thread accepting connections can be cancelled/stopped externally
This commit is contained in:
@ -67,6 +67,7 @@ int main(int argc, char** argv)
|
||||
}
|
||||
|
||||
server.start();
|
||||
server.wait();
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user