modifié: superTornado.py

modifié:         video.html
This commit is contained in:
sidya82 2014-02-28 07:43:20 +01:00
parent be80c006a6
commit 86f037a855
2 changed files with 6 additions and 2 deletions

View File

@ -95,9 +95,9 @@ class DisconnectionHandler(BaseHandler):
class WSocketHandler(tornado.websocket.WebSocketHandler):
def open(self) :
"""if not self.current_user :
if not self.current_user :
self.close()
return"""
return
print "->Websocket opened"
while 1 :
try :

View File

@ -18,6 +18,10 @@
ws.onclose = function () {
console.log("connection closed");
};
window.onunload=function(){
ws.close();
};
</script>
</head>
<body>