Releases: lesismal/nbio
Releases · lesismal/nbio
websocket Upgrader can be reused
You don't have to create a new websocket Upgrader for each connection
v1.2.6
v1.2.5-beta.1
memory optimization for large number of concurrent tls connection
v1.2.5
v1.2.4
v1.2.3
v1.2.2
v1.2.1
v1.2.0
fix memory corruption issue
The mempool allocator resulted in some memory corruption and autobahn test failures. This release restores the native allocator and adds a copy on the handleMessage method to avoid the buffer from being corrupted in the executor thread