better server termination / another try at preventing thread join failures

This commit is contained in:
Benjamin Sergeant
2019-04-24 09:45:53 -07:00
parent cf37816602
commit 26ee46b246
3 changed files with 11 additions and 0 deletions

View File

@ -57,6 +57,8 @@ namespace ix
void logError(const std::string& str);
void logInfo(const std::string& str);
void stopAcceptingConnections();
private:
// Member variables
int _port;