-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathCHANGELOG
More file actions
24 lines (24 loc) · 774 Bytes
/
CHANGELOG
File metadata and controls
24 lines (24 loc) · 774 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
5.0.6
- fixed WsConnection.setHandler();
- fixed WsServer.isActive(), stopServer;
- fixed docs
5.0.5
- WsStatus some definitions of status codes removed;
- WsConnection handler crash with status code 1006 (ABNORMAL_CLOSURE);
- WsListener connection timeout with status code 1001 (GOING_AWAY)
5.0.4
- fixed WsStatus;
- fixed WsMessage, WsListener;
- fixed WsHandshake.waitHandshake;
- fixed WsConnection.run, waitMessage, setHandler
5.0.3
- ?final payloadBuffer added (outgoing messages)
- call onMessage for the first data frame
5.0.0 - 5.0.2 alpha
- refactored, see ./docs or README.txt
WsMessage published
WsError class added
WsServer.Handler fixed
WsConnection.Handler.onMessage fixed
tests fixed
4.3.0 intermediate version