better server termination / another try at preventing thread join failures
This commit is contained in:
@ -37,6 +37,8 @@ namespace ix
|
||||
|
||||
void WebSocketServer::stop()
|
||||
{
|
||||
stopAcceptingConnections();
|
||||
|
||||
auto clients = getClients();
|
||||
for (auto client : clients)
|
||||
{
|
||||
|
Reference in New Issue
Block a user