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
描述:当客户端第一次连接的时候,在 proxy_user_request 处理时 被 SESS_KICKED_OUT了。
这时候update_task还没来的及调用,客户端还没有收到kcp的ACK包,会一直重复发数据。
加入<-time.After(1 * time.Second) update_task才被调用。
The text was updated successfully, but these errors were encountered:
没有关系,应用层都需要keepalive
Sorry, something went wrong.
No branches or pull requests
描述:当客户端第一次连接的时候,在 proxy_user_request 处理时 被 SESS_KICKED_OUT了。
这时候update_task还没来的及调用,客户端还没有收到kcp的ACK包,会一直重复发数据。
加入<-time.After(1 * time.Second) update_task才被调用。
The text was updated successfully, but these errors were encountered: