Skip to content

netty-socketio-2.0.7

Compare
Choose a tag to compare
@mrniko mrniko released this 23 Jan 10:48
· 36 commits to master since this release

Github Actions support made by @liangyuanpeng

Feature - Java module support (thanks to @unverbraucht)
Feature - AuthTokenListener added (thanks to @unverbraucht)
Feature - multi-packet separator support (thanks to @unverbraucht)

Improvement - Send Bulk leave event instead of multiple leave events on disconnect (thanks to @ksahu750)

Fixed - NPE during ack response timeout (thanks to @BlueSodaWater)
Fixed - Resource Leak in readVersion() method (thanks to @JHOANG23)