Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Gracefully handle disconnected clients | Jeremy Daer | 2016-03-20 | 1 | -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 needed | Jon Moss | 2016-02-24 | 1 | -10/+8 |
| | | | | Fixes #23471 | ||||
* | Revert "Revert "Eliminate the EventMachine dependency"" | Matthew Draper | 2016-01-30 | 1 | -0/+59 |
| | |||||
* | Revert "Eliminate the EventMachine dependency" | David Heinemeier Hansson | 2016-01-27 | 1 | -59/+0 |
| | |||||
* | Import the relevant portions of faye-websocket | Matthew Draper | 2016-01-24 | 1 | -0/+59 |
(as adapted to use concurrent-ruby / nio4r instead of eventmachine) |