removed a few bugs relating to terminating sockets prior to program end.

This commit is contained in:
MitchellHansen
2017-02-13 21:13:31 -08:00
parent 44db8dcaf8
commit f60c475531
3 changed files with 23 additions and 46 deletions

View File

@@ -40,5 +40,6 @@ private:
void threaded_client_reciever();
sf::TcpListener listener;
bool listening = true;
};