make server slots continuously read data on sockets during game

This commit is contained in:
Mark Vejvoda
2013-06-04 00:31:41 +00:00
parent 819622f40e
commit 56774bc087
8 changed files with 197 additions and 44 deletions

View File

@@ -2808,6 +2808,7 @@ bool BroadCastSocketThread::canShutdown(bool deleteSelfIfShutdownDelayed) {
bool ret = (getExecutingTask() == false);
if(ret == false && deleteSelfIfShutdownDelayed == true) {
setDeleteSelfOnExecutionDone(deleteSelfIfShutdownDelayed);
deleteSelfIfRequired();
signalQuit();
}