Fixed crash in the server which was caused by not waiting long enough for the termination of threads.
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
|
||||
#include <deque>
|
||||
|
||||
#define GAME_THREAD_TERMINATE_TIMEOUT 200
|
||||
#define GAME_THREAD_TERMINATE_TIMEOUT 4000
|
||||
|
||||
|
||||
class SenderThread;
|
||||
|
||||
Reference in New Issue
Block a user