Method: NotificationsHandler#ws_open

Defined in:
lib/cpee/handler_notifications.rb

#ws_open(socket) ⇒ Object



16
17
18
# File 'lib/cpee/handler_notifications.rb', line 16

def ws_open(socket)
  @data.add_websocket(@key,socket)
end