On MacOS notifications stream freezes forever when computer locked #387
Labels
bug
Something isn't working
corebluetooth (macos/ios)
Issues related to the MacOS/iOS CoreBluetooth impl
With the basic provided example for notification stream
If I remove the
.take(4)
everything works fine and stream lasts forever unless the computer is locked. Then the connection is dying on the blte plug side (but not at the peripheral side) and peripheral is not scannable anymore until the whole program is killed.I tried to add timeouts like
but it doesn't help
The text was updated successfully, but these errors were encountered: