-
Notifications
You must be signed in to change notification settings - Fork 994
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
[Task] <support monitoring WebSocket metrics> #1393
Comments
I made a request through the Java. net. Socket class, but its connect method seems to be unable to set a timeout, |
https://github.com/TooTallNate/Java-WebSocket |
Hi we can consider not supporting users to set connect timeout. About thrid library, it's up to you to decide whether to use it.👍 |
hi how about use java websocket api instead of socket.
|
hi how about use java websocket api instead of socket.
|
The socket I'm using returns the following, I can try replacing it with websocket |
The websocket seems to be asynchronous and cannot confirm whether it is appropriate to store the serverHandshake response in the map |
hi try the uri like this |
👍👍! |
Description
support monitoring WebSocket metrics, available, response time and more.
Task List
The text was updated successfully, but these errors were encountered: