This commit is contained in:
Marat Fayzullin 2024-08-02 20:22:07 -04:00
commit 28e3bf3c50
1 changed files with 1 additions and 0 deletions

View File

@ -66,6 +66,7 @@ class ClientRegistry(object):
except ValueError:
pass
self.broadcast()
self.reportClient(client, False)
def _checkClientCount(self, new_count):
for client in self.clients[new_count:]: