aboutsummaryrefslogtreecommitdiffstats
path: root/actioncable
diff options
context:
space:
mode:
authorMatthew Draper <matthew@trebex.net>2016-10-06 11:41:18 +1030
committerMatthew Draper <matthew@trebex.net>2016-10-06 12:51:26 +1030
commitacd7ba795ed0f69691b7e6879f17fa50d7664ea0 (patch)
treecd79085d4b31aa86ab67bc6b76fa900f83948a2c /actioncable
parent4a7c5685c86d0349c98b2725ad01aa70ebcc3581 (diff)
downloadrails-acd7ba795ed0f69691b7e6879f17fa50d7664ea0.tar.gz
rails-acd7ba795ed0f69691b7e6879f17fa50d7664ea0.tar.bz2
rails-acd7ba795ed0f69691b7e6879f17fa50d7664ea0.zip
Use a branch of websocket-client-simple, to work around read/close race
Diffstat (limited to 'actioncable')
-rw-r--r--actioncable/test/client_test.rb7
1 files changed, 0 insertions, 7 deletions
diff --git a/actioncable/test/client_test.rb b/actioncable/test/client_test.rb
index f6d4ab3202..db10a7ad16 100644
--- a/actioncable/test/client_test.rb
+++ b/actioncable/test/client_test.rb
@@ -21,13 +21,6 @@ WebSocket::Frame::Data.prepend Module.new {
super
end
}
-
-WebSocket::Client::Simple::Client.prepend Module.new {
- def initialize(*)
- @socket = nil
- super
- end
-}
#
####