-
-
Notifications
You must be signed in to change notification settings - Fork 628
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Error: This socket has been ended by the other party #1302
Comments
Error: This socket has been ended by the other party On 'commit' or'rollback' after error Another error has occurred. Error: Can't add new command when connection is in closed state |
@greedThread try See #683 (comment) and #1081 |
we should probably make it default option. Currently when remote side closes the socket the client might not see it, see net.setKeepAlive |
The quick answer was helpful. Thank you. |
enableKeepAlive: true config option I would be happy if you add it to ReadMe. |
Hi.
When the current connection pool is being used and the server is idle for a long time, the error "Error: This socket has been ended by the other party" occurs.
As expected, it seems to be caused by a network error when the windows10 is in sleep state.
Is there a solution to this phenomenon?
I'm sorry for my inexperienced English.
The text was updated successfully, but these errors were encountered: