modifié: superTornado.py
modifié: video.html
This commit is contained in:
parent
be80c006a6
commit
86f037a855
@ -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 :
|
||||
|
@ -18,6 +18,10 @@
|
||||
ws.onclose = function () {
|
||||
console.log("connection closed");
|
||||
};
|
||||
|
||||
window.onunload=function(){
|
||||
ws.close();
|
||||
};
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
|
Reference in New Issue
Block a user