From 403da836ed0e20b368ac52d9266ac22c27037464 Mon Sep 17 00:00:00 2001 From: AkitaOnRails Date: Tue, 12 Jan 2010 03:51:36 -0200 Subject: [PATCH] Updating README --- README.textile | 1 + 1 file changed, 1 insertion(+) diff --git a/README.textile b/README.textile index a523a0f..8dc6a02 100644 --- a/README.textile +++ b/README.textile @@ -58,6 +58,7 @@ The first URL will keep an open HTTP connection, receiving new messages as they h2. Known Issues * In the WebSocket version, sending data is not returning the expected results +* In Firefox and Safari, I had the web-socket.js working properly, but for some reason it stopped working. Beware of flash blockers in your browser. * In the Polling version it is manually setting the last message's timestamp in the URL. I was still now able to make a version using a Rack::Session * Just because it is a proof-of-concept, it uses Rack::Static to serve the HTML and JS files, but it's not certain that this is the best way to do it * Up until Cramp 0.9, it depends on ActiveRecord, take a look at @lib/fixes.rb@