aboutsummaryrefslogtreecommitdiffstats
path: root/actioncable/test/connection/client_socket_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Use frozen string literal in actioncable/Kir Shatrov2017-07-231-0/+2
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* Wait for the socket to be closed asynchronouslyMatthew Draper2016-10-061-2/+10
* Remove Faye modeMatthew Draper2016-10-011-4/+0
* applies new string literal convention in actioncable/testXavier Noria2016-08-061-14/+14
* close hijacked i/o socket after use (fixes #25613)Tinco Andringa2016-07-011-0/+14
* - Fixed ActionCable::Connection::ClientSocketTest that was overriding ActionC...Vipul A M2016-04-151-3/+2
* Gracefully handle disconnected clientsJeremy Daer2016-03-201-0/+65