-
Notifications
You must be signed in to change notification settings - Fork 73
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
Unhandled Exception: Bad state: Cannot add event after closing #50
Comments
We are also facing the similar issue when deployed as web solution and macOS app. We need a facility to change the video conference room for the user. So, I have user interface design which allows user to move from one room to another room. Following error is occurring with gRPC channel. This error occurred when the user tries to join another room from existing room.
Flutter doctor from the machine where it is built and deployed -
During the debugging we found that the crash happens here - flutter_ion 1.0.0 lib/src/signal/grpc-web/transport/websocket_transport.dart.
This happens intermittently. But it is a critical because once this happens the next room join doesn't happen or/sometimes the video/audio streams in the conference are broken. To circumvent this, we created separate instance of IonController for every meeting page, so it connect properly on next room join. But still the underlying problem doesn't solve. Regards, |
Me too!!!! |
This is full error log.
This is flutter doctor
I am using
flutter_ion: ^0.5.1
The text was updated successfully, but these errors were encountered: