Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Fixed ActionCable::Connection::ClientSocketTest that was overriding ↵ | Vipul A M | 2016-04-15 | 1 | -2/+1 |
| | | | | | | ActionCable::Connection::StreamTest test name - Only add attr_readers for required attributes | ||||
* | Gracefully handle disconnected clients | Jeremy Daer | 2016-03-20 | 1 | -0/+67 |
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. |