-
Notifications
You must be signed in to change notification settings - Fork 26
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
Client already closed exception #256
Comments
Hey @gh-ranjanKiran Can you please share package versions and other information related to your setup, please? |
Hi @michaelbarnes , we are using these versions sqlite_async is used for some local only tables. This is also cleared once user logs out sqlite_async: ^0.11.0
powersync: ^1.11.0
dio: ^5.4.3+1 This is my output for flutter doctor
Also while going through the dio package issues found this somewhat relevant comment |
Hi,
The above exception occurs sometimes during
We use the same base url for both our
What we have noticed and this is not reproducible is that, sometimes when above issue occurs, our normal API calls also stop working and we receive a response of this type for all API calls until users logs out of the app.
HttpException: Connection closed while receiving data
As we are using Dio library for our API calls, we get this exception type in dio
DioExceptionType.unknown
The text was updated successfully, but these errors were encountered: