Update process phase1

This commit is contained in:
2013-12-17 09:41:35 +01:00
parent b1937f1e38
commit 748944865d
8 changed files with 194 additions and 168 deletions
+1 -1
View File
@@ -13,6 +13,6 @@ class ServerAuth
end
faye_server = Faye::RackAdapter.new(mount: '/faye', timeout: 45)
faye_server.listen 9296
#faye_server.listen 9296
faye_server.add_extension(ServerAuth.new)
run faye_server