You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"I am using the Linux system. When I disconnect the device and then reconnect it, I still receive notifications from the previous session, causing me to receive multiple duplicate messages. How can I stop notifications when disconnecting the device?
The text was updated successfully, but these errors were encountered:
This should be handled when the device is disconnected, but is currently not working.
There's a fix in this PR #262, however I'm having issues getting it working on certain chips. For now you can call characteristic.EnableNotifications(nil) to disable notifications once you're done with them.
This should be handled when the device is disconnected, but is currently not working.
There's a fix in this PR #262, however I'm having issues getting it working on certain chips. For now you can call characteristic.EnableNotifications(nil) to disable notifications once you're done with them.
Thank you. I've already called characteristic.EnableNotifications(nil) to disable notifications once i am done with them.
"I am using the Linux system. When I disconnect the device and then reconnect it, I still receive notifications from the previous session, causing me to receive multiple duplicate messages. How can I stop notifications when disconnecting the device?
The text was updated successfully, but these errors were encountered: