Releases: smasherprog/websocket_lite
Releases · smasherprog/websocket_lite
4.0.0
3.1.6
3.1.6
3.1.5
3.1.5
3.1.4
3.1.4
3.1.3
3.1.3
3.1.2
3.1.2
3.1.1
3.1.1
Improvement Multi-thread internals. Updated Asio version
Updated multithreaded codebase Updated asio library
fixed compression negotiation
Internally compression is not supported, but the listener was responding that it was which caused disconnects.
Listeners now respond correctly.
IPv6 support, plus other changes
Added ipv6 support
Swapped out boolean compression for a clearer enum
Added BufferedBytes to IWSocket which will let you know how many bytes are buffered internally by the library. This is useful for implementing throttling