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

Fix FlutterBlue.state stream cancel #609

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

MacMalainey
Copy link

@MacMalainey MacMalainey commented Jun 17, 2020

Fix bug where if there were multiple subscribers to FlutterBlue.state
and one cancelled it would accidentally cancel all subscribers
Closes #608

Fix bug where if there were multiple subscribers to FlutterBlue.state
and one cancelled it would accidentally cancel all subscribers
Fix for: https://github.com/pauldemarco/flutter_blue/issues/608
@CLAassistant
Copy link

CLAassistant commented Jun 17, 2020

CLA assistant check
All committers have signed the CLA.

w-rui added a commit to w-rui/flutter_blue that referenced this pull request Aug 21, 2020
MrCsabaToth added a commit to CsabaConsulting/flutter_blue that referenced this pull request Jun 13, 2021
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.

FlutterBlue.state cancels all subscriptions if only one listener cancels
2 participants