-
Notifications
You must be signed in to change notification settings - Fork 588
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
How to set a timeout #311
Comments
Timeouts? Websockets don't have timeouts, it's a permanent connection. |
Can I set a timeout when I send a message? socket.Send(message); |
Sockets are either connected or not, no timeouts. If it fails to send, then it's not connected. You could check the |
Thank you |
The network is unstable and there are more timeouts. How to set a timeout?I want to set a timeout for sending
The text was updated successfully, but these errors were encountered: