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

Make firehose compatible with latest version of Rainbows! #22

Open thoughtless opened 11 years ago

thoughtless commented 11 years ago

I'm guessing it is related to https://github.com/rack/rack/pull/481 or more specifically, Rainbows! implementation of that API.

bradgessler commented 11 years ago

Yep, waiting on https://github.com/faye/faye-websocket-ruby/pull/23 specifically to close this issue. I'll bug the folks from the Faye project to release 0.4.8 with this patch in it.

bradgessler commented 11 years ago

This is a more significant project than just pulling in a new gem. I have a branch going with upgrades but haven't gotten all the specs passing yet.

bradgessler commented 10 years ago

Started working on this but ran into a low-level EM issue: https://github.com/faye/faye-websocket-ruby/issues/35