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:
@ -335,6 +335,14 @@ namespace SharedLibraryCore
|
||||
processed = true;
|
||||
}
|
||||
|
||||
finally
|
||||
{
|
||||
if (_eventFinishedWaiter.CurrentCount == 0)
|
||||
{
|
||||
_eventFinishedWaiter.Release();
|
||||
}
|
||||
}
|
||||
|
||||
if (!processed)
|
||||
{
|
||||
using (LogContext.PushProperty("Server", Owner?.ToString()))
|
||||
|
Reference in New Issue
Block a user