TooTallNate / Java-WebSocket

A barebones WebSocket client and server implementation written in 100% Java.
http://tootallnate.github.io/Java-WebSocket
MIT License
10.47k stars 2.57k forks source link

Setting handshake timeout Websocket client #1363

Closed FahrihFatahilah closed 3 months ago

FahrihFatahilah commented 11 months ago

i create a stresstest tool for websocket, somehow from server did not send any handshake , from 10 connection i only receive 8 handshake is possible to setting client handshake timeout with websocket server from springboot

thank you so much !

PhilipRoman commented 11 months ago

To clarify, you are using this library as a client and spring boot as a server?

FahrihFatahilah commented 11 months ago

yes, this library for clien and springboot as a server

marci4 commented 3 months ago

No example and no real str provided. Closing as cannot reproduce