method

send_welcome_message

send_welcome_message()
private

No documentation available.

# File actioncable/lib/action_cable/connection/base.rb, line 222
        def send_welcome_message
          # Send welcome message to the internal connection monitor channel. This ensures
          # the connection monitor state is reset after a successful websocket connection.
          transmit type: ActionCable::INTERNAL[:message_types][:welcome]
        end