Method: PalavaMachine::SocketStore#unregister_connection
- Defined in:
- lib/palava_machine/socket_store.rb
#unregister_connection(ws) ⇒ Object
17 18 19 |
# File 'lib/palava_machine/socket_store.rb', line 17 def unregister_connection(ws) @connections.delete(ws) end |