From 881f81d7805b2122047a0fbd99d12bbc337851a2 Mon Sep 17 00:00:00 2001 From: Nikita Koksharov Date: Thu, 26 Dec 2013 08:13:30 -0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 83bc335..2de4303 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ Recent Releases Fixed - XHR-pooling transport regression Fixed - Websocket transport regression Fixed - namespace NPE in PacketHandler -Fixed - executors shutdown during server stop +Fixed - executors shutdown during server stop Feature - client store (Memory, [Redis](http://redis.io/), [Hazelcast](http://www.hazelcast.com/)) support Feature - distributed broadcast across netty-socketio nodes ([Redis](http://redis.io/), [Hazelcast](http://www.hazelcast.com/)) support Feature - OSGi support (thanks to rdevera)