Skip to content

Tags: jebej/MatlabWebSocket

Tags

1.6.1

Toggle 1.6.1's commit message
Rename runtests.m to runwstests.m

to avoid overwriting the MATLAB runtests function

1.6.0

Toggle 1.6.0's commit message
update jar to 1.6 for new HTTP headers functionality

1.5.0

Toggle 1.5.0's commit message
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.

1.4.1

Toggle 1.4.1's commit message
small changes and documentation updates

1.4.0

Toggle 1.4.0's commit message
Updated Java-Websocket to 1.3.6 to support receiving fragments with t…

…he onMessage method

1.3.0

Toggle 1.3.0's commit message
Updated README, small changes

1.0.0

Toggle 1.0.0's commit 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