Skip to content

Release 1.5.0

Compare
Choose a tag to compare
@jebej jebej released this 28 May 02:26
· 6 commits to master since this release

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.

Also update Java-WebSocket to 1.5.1