README.md in websocket-rack-0.1.0 vs README.md in websocket-rack-0.1.1
- old
+ new
@@ -93,9 +93,26 @@
### @connection
Thin wrapper between client and EventMachine::Connection
+## FAQ
+
+### Which Rack servers are supported?
+
+Currently only Thin. I plan to support also Rainbows! in future, but not yet.
+
+### 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.
+
+### How to enable wss/SSL support?
+
+Thin v1.2.8 have --ssl option - just use that! :)
+
+### How to use function xxx?
+
+Check [Thin](http://code.macournoyer.com/thin/) config - any option supported by Thin(like demonizing, SSL etc.) is supported by WebSocket-Rack.
## About
Author: Bernard Potocki <<bernard.potocki@imanel.org>>
\ No newline at end of file