Browse Source

Merge branch 'master' of github.com:mrniko/netty-socketio

master
Nikita 7 years ago
parent
commit
0dea55bdc7
  1. 8
      README.md

8
README.md

@ -1,7 +1,5 @@
Netty-socketio Overview
===
[![Maven Central](https://img.shields.io/maven-central/v/com.corundumstudio.socketio/netty-socketio.svg?style=flat-square)](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

Loading…
Cancel
Save