socketioxide-core 0.18.0

Core of the socketioxide library. Contains basic types and interfaces for the socketioxide crate and all other related sub-crates.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# socketioxide-core 0.18.0
* feat(*breaking*): expose global configured ack timeout to adapter implementations

# socketioxide-core 0.17.0
* feat(*breaking*): remote-adapter packets are now refactored in the core crate. Any adapter implementation can use
it through the `remote-adapter` flag.
* MSRV: rust-version is now 1.86 with edition 2024

# socketioxide-core 0.16.1
* deps: use engineioxide-core 0.1 rather than engineioxide

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