aboutsummaryrefslogtreecommitdiffstats
path: root/actioncable/lib/action_cable/connection/stream_event_loop.rb
Commit message (Collapse)AuthorAgeFilesLines
* Support faye-websocket + EventMachine as an optionMatthew Draper2016-03-021-1/+10
|
* Handle more IO errors (especially, ECONNRESET)Matthew Draper2016-01-301-21/+47
| | | | | | Also, address the possibility of the listen thread dying and needing to be respawned. As a bonus, we now defer construction of the thread until we are first given something to monitor.
* Revert "Revert "Eliminate the EventMachine dependency""Matthew Draper2016-01-301-0/+68
|
* Revert "Eliminate the EventMachine dependency"David Heinemeier Hansson2016-01-271-68/+0
|
* Import the relevant portions of faye-websocketMatthew Draper2016-01-241-0/+68
(as adapted to use concurrent-ruby / nio4r instead of eventmachine)