-
Notifications
You must be signed in to change notification settings - Fork 585
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
Service restarted, client reconnect bug #189
Comments
What is the git hash?
|
I just checked the code, you are: 28b7aea
|
So are you using zlm as a TCP client or server?
|
|
Take a look at the server-side and device-side logs?
|
Yesterday, the code I pulled down, the TCP client and server were running on different machines (Linux) respectively. The client connected to the server, and everything was running normally. At this time, after restarting the server device operating system and starting the TCP service, it would cause the client to be unable to reconnect, always failing with a connection timeout. The only way to fix it was to close the client and then restart it. The client would then be able to connect. Note: The server device system is restarted, and the client remains running (supports disconnection and reconnection).
TRANS_BY_GITHUB_AI_ASSISTANT
The text was updated successfully, but these errors were encountered: