You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
server sendTo and sendToAll methods now will use fragments if needed
This change allows supporting sending large messages by sending keepalive messages in between fragments. Previously, the timeout mechanism in Java-WebSocket would close the connection automatically because no ping-pongs would be exchanged while the client was receiving a large message.
Release 1.0.0
- SSL works with self-signed certifcates made with the java keytool
- Fixed issue 1 by updating to recently released Java-Websocket version