Skip to content

Releases: smasherprog/websocket_lite

4.0.0

31 Dec 03:14
Compare
Choose a tag to compare

full compliance autobahn complete

3.1.6

18 Dec 04:42
Compare
Choose a tag to compare
3.1.6

3.1.5

18 Dec 01:44
Compare
Choose a tag to compare
3.1.5

3.1.4

18 Dec 01:25
Compare
Choose a tag to compare
3.1.4

3.1.3

18 Dec 01:03
Compare
Choose a tag to compare
3.1.3

3.1.2

17 Dec 20:24
Compare
Choose a tag to compare
3.1.2

3.1.1

17 Dec 19:28
Compare
Choose a tag to compare
3.1.1

Improvement Multi-thread internals. Updated Asio version

11 Nov 19:22
Compare
Choose a tag to compare
Updated multithreaded codebase

Updated asio library

fixed compression negotiation

24 Oct 22:02
Compare
Choose a tag to compare

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

24 Oct 16:51
Compare
Choose a tag to compare

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