method

beat

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