Skip to content

v3.3.0

Compare
Choose a tag to compare
@isaacgr isaacgr released this 08 Sep 00:53
· 26 commits to master since this release

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

Changes

v3.2.0...v3.3.0