Method: Wampus::Protocols::Wamp#welcome_msg
- Defined in:
- lib/wampus/protocols/wamp.rb
#welcome_msg(connection_id) ⇒ Object
13 14 15 |
# File 'lib/wampus/protocols/wamp.rb', line 13 def welcome_msg(connection_id) [WELCOME_MSG_ID, connection_id, PROTOCOL_VERSION, server_ident].to_json end |