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 have an error Severity.error Server does not support SSL, but it was required.. I know, that I need to add settings (commented above), but if don't, it crashes an app in 1.5-2 minutes and I can't even catch the exception. Unhandled exception: SocketException: Connection reset by peer (OS Error: Connection reset by peer, errno = 54), address = 127.0.0.1, port = 53342
Maybe like there is a bug with a completer, because I had a different error (Future completed twice) before I updated package version.
The text was updated successfully, but these errors were encountered:
I use localhost to run database. When I call
I have an error
Severity.error Server does not support SSL, but it was required.
. I know, that I need to add settings (commented above), but if don't, it crashes an app in 1.5-2 minutes and I can't even catch the exception.Unhandled exception: SocketException: Connection reset by peer (OS Error: Connection reset by peer, errno = 54), address = 127.0.0.1, port = 53342
Maybe like there is a bug with a completer, because I had a different error (Future completed twice) before I updated package version.
The text was updated successfully, but these errors were encountered: