1
0
mirror of https://github.com/RaidMax/IW4M-Admin.git synced 2025-06-10 15:20:48 -05:00

add tell async and update SharedLibraryCore version

This commit is contained in:
RaidMax
2022-03-23 11:38:09 -05:00
parent 7a1ed90f06
commit 932bc77798
6 changed files with 41 additions and 30 deletions

View File

@ -335,6 +335,14 @@ namespace SharedLibraryCore
processed = true;
}
finally
{
if (_eventFinishedWaiter.CurrentCount == 0)
{
_eventFinishedWaiter.Release();
}
}
if (!processed)
{
using (LogContext.PushProperty("Server", Owner?.ToString()))