litecable
litecable copied to clipboard
[WIP] Add iodine integration
Travis is failing due to https://github.com/boazsegev/iodine/issues/45
- Is it ok to just declare
Litecable::Server
inlite_cable/iodine_server.rb
or should I implement some kind ofLitecable.iodine!
? - What interface
ClientSocket::Base
should provide? Right now iodine one quacks mostly like existing one, but iodine doesn't provideon_error
callback, for example (to be clear: I mean recommendedrack.upgrade
api here), so it's not completely the same. - AFAIU it's not possible to test both implementations in one go, so there is envvar to test iodine implementation.