MQTT Outgoing 머시기 에러코드 수정
This commit is contained in:
@@ -237,10 +237,13 @@ namespace Best.HTTP.Shared.Databases
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
finally
|
finally
|
||||||
|
{
|
||||||
|
if (this.rwlock != null)
|
||||||
{
|
{
|
||||||
this.rwlock.ExitWriteLock();
|
this.rwlock.ExitWriteLock();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
void IHeartbeat.OnHeartbeatUpdate(DateTime now, TimeSpan dif)
|
void IHeartbeat.OnHeartbeatUpdate(DateTime now, TimeSpan dif)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user