method
beat
v6.0.0 -
Show latest stable
- Class:
ActionCable::Connection::Base
beat()public
No documentation available.
# File actioncable/lib/action_cable/connection/base.rb, line 123
def beat
transmit type: ActionCable::INTERNAL[:message_types][:ping], message: Time.now.to_i
end