Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem with NotifyCharacteristicValue on Android #71

Open
TMNDevelop opened this issue Apr 13, 2019 · 0 comments
Open

Problem with NotifyCharacteristicValue on Android #71

TMNDevelop opened this issue Apr 13, 2019 · 0 comments

Comments

@TMNDevelop
Copy link

TMNDevelop commented Apr 13, 2019

Hi this was my scenario:

  1. I connected to a device where I set my NotifyCharacteristicValue.
  2. connected to another device (everything is fine)
  3. 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant