#ifdef out on Windows a fix for Linux
This commit is contained in:
@@ -162,7 +162,9 @@ void JNetwork::ThreadProc(void* param)
|
|||||||
pThis->toSend.str("");
|
pThis->toSend.str("");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
#ifdef LINUX
|
||||||
boost::this_thread::sleep(1);
|
boost::this_thread::sleep(1);
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
DebugTrace("Quitting Thread");
|
DebugTrace("Quitting Thread");
|
||||||
|
|||||||
Reference in New Issue
Block a user