|
|
@ -1,7 +1,5 @@ |
|
|
|
Netty-socketio Overview |
|
|
|
=== |
|
|
|
[](https://maven-badges.herokuapp.com/maven-central/com.corundumstudio.socketio/netty-socketio/) |
|
|
|
|
|
|
|
This project is an open-source Java implementation of [Socket.IO](http://socket.io/) server. Based on [Netty](http://netty.io/) server framework. |
|
|
|
|
|
|
|
Checkout [Demo project](https://github.com/mrniko/netty-socketio-demo) |
|
|
@ -50,6 +48,12 @@ Recent Releases |
|
|
|
================================ |
|
|
|
#### Please Note: trunk is current development branch. |
|
|
|
|
|
|
|
#### 06-Jul-2018 - version 1.7.16 released |
|
|
|
Fixed - non thread-safe ACK handling (thanks to dawnbreaks) |
|
|
|
Fixed - inactive long-polling channels cause memory leak (thanks to dawnbreaks) |
|
|
|
Fixed - websocket CloseFrame processing (thanks to hangsu.cho) |
|
|
|
Fixed - WebSocketTransport NPE |
|
|
|
|
|
|
|
#### 15-May-2018 - version 1.7.15 released |
|
|
|
|
|
|
|
Fixed - Session ID is not unique anymore |
|
|
|