Method: PalavaMachine::SocketStore#register_connection

Defined in:
lib/palava_machine/socket_store.rb

#register_connection(ws) ⇒ Object



13
14
15
# File 'lib/palava_machine/socket_store.rb', line 13

def register_connection(ws)
  @connections[ws] = SecureRandom.uuid
end