feat: update

parent 531025db
......@@ -149,8 +149,6 @@ class SSHws(Namespace, BaseWebSocketHandler):
if connection:
if connection in self.clients[request.sid]["proxy"].keys():
self.clients[request.sid]["proxy"][connection].close()
if connection in self.clients[request.sid]["client"].keys():
self.clients[request.sid]["client"][connection].close()
def logout(self, connection):
if connection and (request.sid in self.clients.keys()):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment