v0.5.1
- 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
- chore: prepare v0.5.0 by @Totodore in #83
- fix: README link in cargo by @Totodore in #85
- Chore: clippy fix + resolver v2 by @Totodore in #87
- Test: Add test suite for socket.io packet encoding by @Totodore in #91
- docs: fix typo on README.md by @Totodore in #92
- fix(engine.io): data race for the noop packet by @Totodore in #94
Full Changelog: v0.5.0...v0.5.1