mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-02 07:05:24 +00:00
c5373c0597
If a DBUS call completes before we can set the notifier function, the call's response never gets handled. To workaround this problem, we now call the notifier explicitly if the call completes this early. It can still happen that the call's response gets lost, but this workaround greatly improves the success rate for our problem of handling errors during Bluetooth device pairing; from maybe 10% to 75%. |
||
---|---|---|
.. | ||
DBusThread.cpp | ||
DBusThread.h | ||
DBusUtils.cpp | ||
DBusUtils.h | ||
Makefile.in | ||
RawDBusConnection.cpp | ||
RawDBusConnection.h |