| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| netty-socketio-2.0.12 source code.tar.gz | 2024-11-01 | 76.7 kB | |
| netty-socketio-2.0.12 source code.zip | 2024-11-01 | 190.8 kB | |
| README.md | 2024-11-01 | 605 Bytes | |
| Totals: 3 Items | 268.2 kB | 0 | |
Feature - enableCors setting added (thanks to @zd925)
Feature - ability to define http request decoder (thanks to @gurkancakir)
Fixed - if ack returns after the timeout trigger ,a IllegalStateException will be thrown (thanks to @malinGH)
Fixed - prevents the client from repeatedly connecting to the namespace (thanks to @bigtian99)
Fixed - treat attachments as binary by default (thanks to @nicsor)
Fixed - recoverable handshake failure handling (thanks to @berinhardt)
Fixed - HashedWheelTimeoutScheduler should remove scheduledFutures before task execution (thanks to @berinhardt)