Releases: zhaojh329/libuwsc
Releases · zhaojh329/libuwsc
v2.0.2
9b8ba13 Fix bug: Forget to execute ustream_free on ustream_ssl
a480bdb Fix bug: Error code is incorrectly defined and should start at 1
v2.0.1
ae94505 Fix bug: not close the socket when create ssl connection failed.
v1.2.0
4f33971 Bump version 1.2.0
8ee65ca ping interval can be configured by the set_ping_interval
function
024f7b5 Optimize send function
21f2159 Optimize keepalive
3ab958f Optimize code
v1.1.0
809b20e Bump version 1.1.0
7064f68 Fix bug: Forget to handle the binary data
33dbcad Fix bug: onclose is repeatedly invoked to cause a segment error
v1.0.7
1bc94e4 Bump version v1.0.7
3d5964a Continue to use blocking to connect to the server
6c8e7cc Improve ssl support