From 155db8120811b89624fb7e657818eb32ed07301a Mon Sep 17 00:00:00 2001 From: Pratik Naik Date: Tue, 14 Apr 2015 13:21:26 -0500 Subject: Revert "Remove all the existing connections on redis reconnect" This reverts commit 4ac6cfefbb84a6b6ae095c20e990e5807caa9105. --- lib/action_cable/connection/base.rb | 4 ---- 1 file changed, 4 deletions(-) (limited to 'lib/action_cable/connection') diff --git a/lib/action_cable/connection/base.rb b/lib/action_cable/connection/base.rb index 93db5b3dba..e8126f3d75 100644 --- a/lib/action_cable/connection/base.rb +++ b/lib/action_cable/connection/base.rb @@ -100,10 +100,6 @@ module ActionCable end def handle_exception - close_connection - end - - def close_connection logger.error "Closing connection" @websocket.close -- cgit v1.2.3