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 have a application that needs to be able to connect to the same device, disconnect from it and then re-connect again multiple times
It seems once enabled a notification keeps running and blocks the freeing of the device with Disconnect. Only solution i've found is to exit the application and restart it which is a very bad workflow,
Has anyone been able to solve this on Windows platform?
The text was updated successfully, but these errors were encountered:
Yeah there's some changes needed for notifications on Windows to properly free everything on disconnect.
We haven't needed notifications just yet but will need them in a few months. It shouldn't be too hard to make the needed additions/changes to this library.
I'm sure a patch would be accepted if you make one.
I'm sure a patch would be accepted if you make one.
I have no clue how any of this works, this is my first contact with BLE ever in my coding career so we just have to pray someone who knows how to helps
I have a application that needs to be able to connect to the same device, disconnect from it and then re-connect again multiple times
It seems once enabled a notification keeps running and blocks the freeing of the device with Disconnect. Only solution i've found is to exit the application and restart it which is a very bad workflow,
Has anyone been able to solve this on Windows platform?
The text was updated successfully, but these errors were encountered: