Skip to content

v1.1.0

Compare
Choose a tag to compare
@adam-fowler adam-fowler released this 12 Jul 09:27
· 36 commits to main since this release
90b7605

Minor version changes

  • Add support to supply additional headers during initial HTTP connection when using client. PR #20
  • Add support for editing maxFrameSize. PR #23
  • Add read callback in HBWebSocketClient. If you add a readCallback after the client has been created it is possible to miss packets. This ensures you don't miss any packets. PR #25
  • Require Hummingbird 1.4.0
  • Add public API to send an unsolicited pong message. PR #28 from @tkrajacic

Patch version changes

  • Fix the masking key generation not generating 0x0. PR #16 from @Joannis