Give a little more feedback on the websocket server
This commit is contained in:
parent
7c02200a67
commit
5c48e81f67
1 changed files with 1 additions and 0 deletions
|
|
@ -35,6 +35,7 @@ end
|
|||
ws.onclose { Diaspora::WebSocket.unsubscribe(ws.request['Path'].gsub('/',''), sid) }
|
||||
}
|
||||
end
|
||||
puts "Websocket server started."
|
||||
process_message
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue