You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been getting quite a lot of Bad state: Future already completed errors.
They are thrown in /opt/hostedtoolcache/flutter/3.16.9-stable/x64/.pub-cache/hosted/pub.dev/web_socket_channel-2.4.0/lib/html.dart in HtmlWebSocketChannel.<anonymous function> at line 103:7 which seems to point to _readyCompleter.completeError(error); in
I've been getting quite a lot of
Bad state: Future already completed
errors.They are thrown in
/opt/hostedtoolcache/flutter/3.16.9-stable/x64/.pub-cache/hosted/pub.dev/web_socket_channel-2.4.0/lib/html.dart in HtmlWebSocketChannel.<anonymous function> at line 103:7
which seems to point to_readyCompleter.completeError(error);
inunfortunately I don't have repro steps.
Do you have any advice what's wrong?
The text was updated successfully, but these errors were encountered: