method

send_welcome_message

rails latest stable - Class: ActionCable::Connection::Base
send_welcome_message()
private

No documentation available.

# File actioncable/lib/action_cable/connection/base.rb, line 207
        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