-
-
Notifications
You must be signed in to change notification settings - Fork 628
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
Software caused connection abort #421
Comments
Can you try the beta version, I think this PR on reconnecting to a WebSocket when offline might have solved your issue. If that's the case, the other option is to monitor connection state and maintain a queue for mutations, once the user is online, the perform the mutations. This is tracked by this issue here. |
@mainawycliffe i'm using graphql_flutter: ^2.1.1-beta.2 |
right - #393 will likely solve this issue |
@Goolpe does the issue still exist on the current beta? |
I'm trying to reproduce error now, i think that issue is gone, thank you |
I still see this error in Firebase Crashlytics
|
@GeylanKalafMohe were you able to find a solution? |
@JaspreetDev Nope. This issue should be opened again. |
DioException [unknown]: null Error: HttpException: Software caused connection abort, uri while trying to hot-restart app, I've got this exception but from Dio package version 5.4.1 I hope it helps. Edit: [√] Flutter (Channel stable, 3.24.3, on Microsoft Windows [Version 10.0.22631.4460], locale en-US) |
I need to upload logs, for example every 1 minute, if i have the internet everything is fine, but if i lose connection, i get this error:
try...catch, catchError don't catch error and app just stops.
Code example:
Doctor -v:
The text was updated successfully, but these errors were encountered: