v3.3.0
Release Notes
Task/fix ws server connection handling (#101)
-
Update .end() method for ws client factory to include code and reson
- update docs for ws client protocol
-
Update ws server protocol to listen for "close" event
-
Add tests for clientConnected and clientDisconnected
-
Register the event listener for clientDisconnected within buildProtocol
- 'close' for ws and http
- 'end' for tcp
-
Update doc for buildProtocol