MQTT Outgoing 머시기 에러코드 수정

This commit is contained in:
wsh
2025-05-27 15:45:51 +09:00
parent 7a70032f1d
commit a70fdef27a
2 changed files with 11 additions and 8 deletions

View File

@@ -237,10 +237,13 @@ namespace Best.HTTP.Shared.Databases
return true;
}
finally
{
if (this.rwlock != null)
{
this.rwlock.ExitWriteLock();
}
}
}
void IHeartbeat.OnHeartbeatUpdate(DateTime now, TimeSpan dif)
{