This repository has been archived by the owner on Aug 28, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 52
ConnectionResetError #41
Comments
It tells you what to do - "restart client process". Your server process stopped so (after starting your server process back up) you need to reconnect your client respectively |
Actually me server process didn't stop, unless there is an error with the library. |
This issue has been marked as stale due to its inactivity and will be closed in 14 days. If you believe the issue should remain open, remove the |
I think this has been fixed in the latest version. |
I am still experiencing this issue on |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
After a while the connection closes and I get an
ConnectionResetError: Cannot write to closing transport
error on my console and on quart webpage I get anguild_count {'error': 'IPC Server Unreachable, restart client process.', 'code': 500}
errorThe text was updated successfully, but these errors were encountered: