aboutsummaryrefslogtreecommitdiffstats
path: root/actioncable/lib/action_cable/connection/stream.rb
Commit message (Collapse)AuthorAgeFilesLines
* Gracefully handle disconnected clientsJeremy Daer2016-03-201-1/+1
| | | | | | | | We'll get `Errno::ECONNRESET` if the client forcibly disconnected. Just close the socket rather than raising the exception. Handle other errors in `ClientSocket#write`, too, mirroring the Faye error handling which swallows all `StandardError` on write.
* Only hijack Rack socket when first neededJon Moss2016-02-241-10/+8
| | | | Fixes #23471
* Revert "Revert "Eliminate the EventMachine dependency""Matthew Draper2016-01-301-0/+59
|
* Revert "Eliminate the EventMachine dependency"David Heinemeier Hansson2016-01-271-59/+0
|
* Import the relevant portions of faye-websocketMatthew Draper2016-01-241-0/+59
(as adapted to use concurrent-ruby / nio4r instead of eventmachine)