socketioxide-parser-common 0.17.1

Common parser for the socketioxide protocol
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# socketioxide-parser-common 0.17.1
* deps: bump `socketioxide-core` to 0.18
# socketioxide-parser-common 0.17
* deps: bump `socketioxide-core` to 0.17
* MSRV: rust-version is now 1.86 with edition 2024

# socketioxide-parser-common 0.16.1
* fix: clone partial packets when keeping them to avoid holding a reference to the ws read buffer for too long. Otherwise it cause the
ws read buffer to grows indefinitely in a many binary packets scenario.

# socketioxide-parser-common 0.16.0
* feat(*breaking*): remote adapters