Skip to content

netty-socketio-1.7.14

Compare
Choose a tag to compare
@mrniko mrniko released this 26 Feb 06:06
· 304 commits to master since this release

Feature - added local socket address for the connection (thanks to @sergeygrigorev)
Feature - addPingListener method added (thanks to @lovebing)
Feature - add ThreadFactory for HashedWheelTimer (thanks to @hand515)
Fixed - changed SO_LINGER to be handled as child channel (not server channel) option (thanks to @robymus)
Fixed - ByteBuf leak if binary attachments are used
Fixed - restore session from Cookie (thanks to @wuxudong)
Fixed - NumberFormatException when b64 is bool value (thanks to @vonway)
Fixed - data encoding for polling transport