Skip to content

micropython/bluetooth/aioble: save subscribed connections #436

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

Conversation

MarceauFillon
Copy link

This change handles a new micropython event.
This event is fired upon susbcription update.
A characteristic now saves a list of subscribed connections.
This change depends on this PR: micropython/micropython#7555

This change handles a new micropython event.
This event is fired upon susbcription update.
A characteristic now saves a list of subscribed connections.
This change depends on this PR: micropython/micropython#7555
@jimmo
Copy link
Member

jimmo commented Jul 22, 2021

Thanks for the PR!

I was hoping to make management (and awareness) of subscribed peers not something the application had to worry about, so hoping to find a way to achieve the same functionality without needing this. See micropython/micropython#7555 (comment)

@jimmo
Copy link
Member

jimmo commented Jul 23, 2021

See #437

@MarceauFillon
Copy link
Author

Closing this issue as #437 has been implemented with a simpler and more elegant solution to this issue.

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

Successfully merging this pull request may close these issues.

2 participants