Skip to content

Prevent completing futures twice for web #104

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

Merged
merged 2 commits into from
Jun 24, 2024

Conversation

mugikhan
Copy link
Contributor

Description

There was an error of Flutter Bad state: Future already completed when calling disconnectAndClear() in the demo apps. This was fixed by ensuring the abort future was not completed twice.

Work done

  • Ensure abort future is not completed before calling .complete() for web

@mugikhan mugikhan changed the title Prevent completing futures twice web Prevent completing futures twice for web Jun 24, 2024
@mugikhan mugikhan merged commit c3d105b into alpha-release Jun 24, 2024
4 of 5 checks passed
@mugikhan mugikhan deleted the fix/prevent-completing-futures-twice-web branch July 17, 2024 15:49
@rkistner
Copy link
Contributor

Pana checks fail on version bumps - safe to ignore.

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.

3 participants