new method PIClientServer::Server::closeAll()

PISignals::releaseSignals()
This commit is contained in:
2024-09-24 18:57:50 +03:00
parent 3641e636d2
commit 9eecbbab6e
4 changed files with 45 additions and 3 deletions

View File

@@ -49,6 +49,8 @@ public:
void listen(PINetworkAddress addr);
void listenAll(ushort port) { listen({0, port}); }
void closeAll();
int getMaxClients() const { return max_clients; }
void setMaxClients(int new_max_clients);
int clientsCount() const;