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 connected to a device where I set my NotifyCharacteristicValue.
connected to another device (everything is fine)
again to the first device, now I had two NotifyCharacteristicValue running.
(maybe because of reuse of the connection...)
After this I added the dispose of the notifier, but what happened now, was:
If I call the dispose twice (which should cause nothing in MS-Standard), the app deeply crashes!
Now I had to check if the dispose of this device was already called, but that is not a nice solution.
Please can you check if your dispose twice also fails?
Thanks
Gerhard
The text was updated successfully, but these errors were encountered:
Hi this was my scenario:
(maybe because of reuse of the connection...)
After this I added the dispose of the notifier, but what happened now, was:
If I call the dispose twice (which should cause nothing in MS-Standard), the app deeply crashes!
Now I had to check if the dispose of this device was already called, but that is not a nice solution.
Please can you check if your dispose twice also fails?
Thanks
Gerhard
The text was updated successfully, but these errors were encountered: