-
Notifications
You must be signed in to change notification settings - Fork 55
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
Remove peripheral after disconnect #102
Remove peripheral after disconnect #102
Conversation
Don't know how to get the CLA fixed. I've signed it and added the email I used to my account. I've also tried to trigger a "recheck"... |
You need to set up your git to use your e-mail address.
Then amend your last commit and force push it again to this branch. If you signed the CLA with that e-mail, it will work. |
046ea56
to
94af7a1
Compare
Great, thanks! That worked out perfect. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks again for the PR. I finally have time to merge it and release the library.
Great 🥳 |
If we don't remove the peripheral, it will be reused (containing the services currently present). This is not how
CBPeripheral
works, there will be no services present after a disconnect -> connect.