TooTallNate / Java-WebSocket

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

Server startup exception #1373

Closed xxxga0 closed 5 months ago

xxxga0 commented 6 months ago

Why does the server encounter the error 'java.io.IOException: Invalid argument' and fail to function properly after disconnecting and reconnecting the server network cable? The client can no longer connect to the server. How can this issue be resolved?

marci4 commented 5 months ago

I am unable to reproduce this issue.