TakahikoKawasaki / nv-websocket-client

High-quality WebSocket client implementation in Java.
Apache License 2.0
2.03k stars 292 forks source link

Connection not working to root endpoint #215

Closed PNixx closed 3 years ago

PNixx commented 3 years ago

I try connect to ws://192.168.1.13:999 and ws://192.168.1.13:999/ and I received only error:

Failed to connect to '192.168.1.13:999': failed to connect to /192.168.1.13 (port 999) after 5ms

For ws://192.168.1.13:999/open work perfectly.