mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-14 10:37:41 -04:00
Yes, we really do want to wait for the transactions to get cleaned up before terminating the loop that cleans them up (fixes NetTrans leaks)
This commit is contained in:
@ -785,7 +785,7 @@ void NetCommShutdown () {
|
||||
if (!gDataServerLocal)
|
||||
NetCliFileDisconnect();
|
||||
|
||||
NetClientDestroy(false);
|
||||
NetClientDestroy();
|
||||
AsyncCoreDestroy(30 * 1000);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user