aboutsummaryrefslogtreecommitdiffstats
path: root/actioncable/test/client_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Default connection class to ActionCable::Connection::Base.Kasper Timm Hansen2016-02-141-8/+0
* Inject Rails' channel paths in engine.Kasper Timm Hansen2016-02-141-9/+1
* Cant run on an out-of-the-box OSX installation without running out of TOO MAN...David Heinemeier Hansson2016-02-051-1/+1
* Merge pull request #23370 from maclover7/actioncable-main-travis-buildGuillermo Iguaran2016-01-311-9/+0
|\
| * Remove unused methodJon Moss2016-01-311-9/+0
* | Wait for EventMachine to finish startingMatthew Draper2016-02-011-0/+1
|/
* Use a gentler disconnectMatthew Draper2016-01-301-2/+2
* Don't bother stopping EM between testsMatthew Draper2016-01-301-38/+3
* Keep the socket reference after closeMatthew Draper2016-01-301-3/+2
* Reduce the client count, in hope of a more consistent testMatthew Draper2016-01-301-3/+3
* Be more patient while gathering the expected responsesMatthew Draper2016-01-301-4/+3
* Handle more IO errors (especially, ECONNRESET)Matthew Draper2016-01-301-0/+26
* Add a couple of tests that connect with a WS clientMatthew Draper2016-01-301-0/+238