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

StateError: Bad state: Future already completed #3

Open
sentry-io bot opened this issue Oct 26, 2023 · 1 comment
Open

StateError: Bad state: Future already completed #3

sentry-io bot opened this issue Oct 26, 2023 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@sentry-io
Copy link

sentry-io bot commented Oct 26, 2023

Sentry Issue: INTIFACE-CENTRAL-N

StateError: Bad state: Future already completed
  File "sorter.dart", line 23, in MessageSorter.prepareMessage.<fn>
...
(4 additional frame(s) were not displayed)
@sentry-io sentry-io bot added the bug Something isn't working label Oct 26, 2023
@sentry-io sentry-io bot assigned qdot Oct 26, 2023
@qdot
Copy link
Member

qdot commented Oct 26, 2023

We need to check that futures aren't completed before completing them. This is a little weird though because it means we're possibly getting back duplicates or running resolution multiple times?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant