Give a little more feedback on the websocket server

This commit is contained in:
Raphael 2010-09-17 09:48:01 -07:00
parent 7c02200a67
commit 5c48e81f67

View file

@ -35,6 +35,7 @@ end
ws.onclose { Diaspora::WebSocket.unsubscribe(ws.request['Path'].gsub('/',''), sid) }
}
end
puts "Websocket server started."
process_message
}