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
Further work on error handling #8, now the client subscriber will be notified of errors and will need to override the method Handle Error to catch them. Updated license and release notes
Copy file name to clipboardExpand all lines: WebSocket Actor Release Notes.txt
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2,5 +2,6 @@ WebSocket Actor Release Notes
2
2
v1.1.0
3
3
- Implemented Keepalive functionality whereby a WebSocket client/server checks if the peer is still responding ("Alive") by sending WebSockets Ping messages to the peer on a certain time interval. The peer will answer with a WebSockets Pong message. If the answer is not received within a certain amount timeout the client/server will drop the connection.
4
4
- Implemented secure WebSocket capabilities.
5
+
- Implemented custom error generation, handling and reporting
0 commit comments