Method: ActionCable::Connection::Base#beat
- Defined in:
- actioncable/lib/action_cable/connection/base.rb
#beat ⇒ Object
147 148 149 |
# File 'actioncable/lib/action_cable/connection/base.rb', line 147 def beat transmit type: ActionCable::INTERNAL[:message_types][:ping], message: Time.now.to_i end |