From cdb9b9bb00b074d1f7575fec5ffd26241746608f Mon Sep 17 00:00:00 2001 From: Julien Ammous Date: Mon, 16 Apr 2012 21:27:32 +0200 Subject: [PATCH] updated FAQ to remove mention of old eventmachine gem --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index ee83cb8..420af57 100644 --- a/README.md +++ b/README.md @@ -185,9 +185,6 @@ Thin v1.2.8 have --ssl option - just use that! :) Check [Thin](http://code.macournoyer.com/thin/) config - any option supported by Thin(like demonizing, SSL etc.) is supported by WebSocket-Rack. -### Why (using Thin) user is disconnected after 30 seconds? - -This is bug in EventMachine < 1.0.0. Please consider updating to newer version or use thin-websocket wrapper around thin binary. ## About