instance method
send_welcome_message
Ruby on Rails 6.1.7.10
Since v5.2.8.1 PrivateSignature
send_welcome_message()
No documentation comment.
Source
# File actioncable/lib/action_cable/connection/base.rb, line 194
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
Defined in actioncable/lib/action_cable/connection/base.rb line 194
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionCable::Connection::Base