feat(hello_handler.py): remove client from pending_hello if recv'd HELLO

This commit is contained in:
2026-03-03 20:54:29 +01:00
parent f5b14fc610
commit 97fc17fbb3

View File

@@ -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