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
Problem:
Mysql server is too busy to read TCP queue, and responds with TCP Zero Window. This is to be expected from time to time, but if the server never clears the queue, the client will halt on socket write.
This could be solved by setting socket timeout. Currently, only connectTimeout can be set, and after connection is established, socket timeout is set back to 0.