Bluetooth-Devices / dbus-fast

A faster version of dbus-next
MIT License
35 stars 8 forks source link

fix: clear exception flag on disconnect future if its also sent to handlers #281

Closed bdraco closed 3 months ago

bdraco commented 3 months ago

If we do not clear the exception retrieved flag on the disconnect future it will likely never be retrieved since wait_for_disconnect will never be called when the reply handler raises.