Line formatted
This commit is contained in:
parent
9384a4b530
commit
5edc8cb277
@ -501,7 +501,8 @@ public class EdgeGrpcService extends EdgeRpcServiceGrpc.EdgeRpcServiceImplBase i
|
|||||||
sessionNewEvents.remove(edgeId);
|
sessionNewEvents.remove(edgeId);
|
||||||
} finally {
|
} finally {
|
||||||
newEventLock.unlock();
|
newEventLock.unlock();
|
||||||
}destroySession(toRemove);
|
}
|
||||||
|
destroySession(toRemove);
|
||||||
TenantId tenantId = toRemove.getEdge().getTenantId();
|
TenantId tenantId = toRemove.getEdge().getTenantId();
|
||||||
save(tenantId, edgeId, ACTIVITY_STATE, false);
|
save(tenantId, edgeId, ACTIVITY_STATE, false);
|
||||||
long lastDisconnectTs = System.currentTimeMillis();
|
long lastDisconnectTs = System.currentTimeMillis();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user