We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
TCP客户端在服务端不在线时连接 会触发重连 待服务端在线了 也会自动连接 连接后 如果服务端断开 拔掉网线、非主动断开等 TCP客户端不会触发自动重连 我加了心跳之后 在服务端非法断开后 尝试使用start()、startReconnect() 让它触发自动重连 都没有生效 我该怎么做才能让客户端进入重连状态
The text was updated successfully, but these errors were encountered:
这是个问题,关注一下
Sorry, something went wrong.
No branches or pull requests
TCP客户端在服务端不在线时连接 会触发重连 待服务端在线了 也会自动连接
连接后
如果服务端断开 拔掉网线、非主动断开等
TCP客户端不会触发自动重连
我加了心跳之后 在服务端非法断开后 尝试使用start()、startReconnect() 让它触发自动重连 都没有生效
我该怎么做才能让客户端进入重连状态
The text was updated successfully, but these errors were encountered: