feat(hello_handler.py): remove client from pending_hello if recv'd HELLO
This commit is contained in:
@@ -58,6 +58,7 @@ class HelloHandler(BaseHandler):
|
|||||||
"last_seen": client.last_seen
|
"last_seen": client.last_seen
|
||||||
}
|
}
|
||||||
|
|
||||||
|
del self.backend_server.pending_hello[client]
|
||||||
self.backend_server._save_known_clients()
|
self.backend_server._save_known_clients()
|
||||||
client.status = ClientStatus.ONLINE
|
client.status = ClientStatus.ONLINE
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user