aboutsummaryrefslogtreecommitdiffstats
path: root/lib/action_cable/connection.rb
diff options
context:
space:
mode:
authorPratik Naik <pratiknaik@gmail.com>2015-10-08 14:30:58 -0500
committerPratik Naik <pratiknaik@gmail.com>2015-10-08 15:50:11 -0500
commitb099a7d2705428a4434813079f399dec54ec7611 (patch)
tree481ff38b1db2939f32a8ecb639f4e3b118f66417 /lib/action_cable/connection.rb
parent91d6db34357634eaa0903b5c05a5db8b10066366 (diff)
downloadrails-b099a7d2705428a4434813079f399dec54ec7611.tar.gz
rails-b099a7d2705428a4434813079f399dec54ec7611.tar.bz2
rails-b099a7d2705428a4434813079f399dec54ec7611.zip
Run a single eventmachine timer to send heartbeats
Diffstat (limited to 'lib/action_cable/connection.rb')
-rw-r--r--lib/action_cable/connection.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/action_cable/connection.rb b/lib/action_cable/connection.rb
index c63621c519..3d6ed6a6e8 100644
--- a/lib/action_cable/connection.rb
+++ b/lib/action_cable/connection.rb
@@ -2,7 +2,6 @@ module ActionCable
module Connection
autoload :Authorization, 'action_cable/connection/authorization'
autoload :Base, 'action_cable/connection/base'
- autoload :Heartbeat, 'action_cable/connection/heartbeat'
autoload :Identification, 'action_cable/connection/identification'
autoload :InternalChannel, 'action_cable/connection/internal_channel'
autoload :MessageBuffer, 'action_cable/connection/message_buffer'