Closed mjtko closed 11 years ago
Interesting. Not sure why we need it, since we rent using web sockets on heroku...
James Gifford 2162238574 On Mar 2, 2013 6:14 AM, "Mark J. Titorenko" notifications@github.com wrote:
While removing the _bushido-faye fork is a good plan, we should still be specifying the dependency on faye in the Gemfile. [image: :grin:]
— Reply to this email directly or view it on GitHubhttps://github.com/kandanapp/kandan/issues/163 .
We need it as it provides the pubsub framework. :smile:
While we're not using the websocket part of it (which, although it isn't supported on Heroku [yet!], could be supported on privately deployed servers) we are using EventSource for incoming messages to the GUI app.
FWIW, it's not an obvious dependency at the moment as it's only referred to in config.ru
and in lib/broadcasters
, neither of which are covered by tests AFAICS.
While removing the _bushido-faye fork is a good plan, we should still be specifying the dependency on faye in the Gemfile. :grin: