firehoseio / firehose

Build realtime Ruby web applications. Created by the fine folks at Poll Everywhere.
http://firehose.io/
MIT License
727 stars 72 forks source link

When WebSockets is available in the browser, but the connection to the server fails, the Firehose.Client should fallback to long polling #2

Closed bradgessler closed 12 years ago

bradgessler commented 12 years ago

The fallback strategy for the js client should account for a failed initial connection.

bradgessler commented 12 years ago

Transport fail-back implemented.