-
-
Notifications
You must be signed in to change notification settings - Fork 116
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
client can not recreate connection with coap server #131
Comments
Hi.
Thx |
i set keepalive nil |
|
I found the issue and I created fix for that in branch |
this is been solved.😊 |
i can not find how to release ClientConn in server's conns.when client down, the server can not write response to client than it use cancle function but the ClientConn still in server's conns. The next time, client recreate connection with the server, the server do not create ClientConn but get it from server's conns,it cause ClientConn's context is cancle
The text was updated successfully, but these errors were encountered: