commit | 2482946e915971ac587cae05099bac92eab5f9fe | [log] [tgz] |
---|---|---|
author | William A. Kennington III <wak@google.com> | Fri Jun 15 10:10:25 2018 -0700 |
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | Tue Jun 26 15:52:25 2018 +0000 |
tree | c12bcd55457171e150d94c3351ed12a58faa1462 | |
parent | 2d04816fb5a1811694272818ec41b5364ce3c691 [diff] |
libmapper: Retry when receiving ENOBUFS The dbus daemon can return ENOBUFS if a server has too many outstanding requests that have not yet been serviced. We've noticed during boot that the load on the mapper is great enough that we will hit this dbus limit. Since this condition eventually improves, we want to retry just like with EBUSY. Change-Id: Ia21d87fba1793016e7c9dfa835fbe7bac0085f10 Signed-off-by: William A. Kennington III <wak@google.com>