Skip to content

v0.5.1

Choose a tag to compare

@Totodore Totodore released this 12 Oct 02:06
· 942 commits to main since this release
  • Fix a data race bug causing a protocol error when upgrading. A Noop engine.io packet was sent trough the websocket connection after an upgrade. Now all noop packets passing trough the websocket transport are filtered out.
  • Fix a bug with binary packets with namespaces : namespace was put before the payload count whereas it should be put after according to the payload datagram.

What's Changed

Full Changelog: v0.5.0...v0.5.1