Line formatted

This commit is contained in:
Volodymyr Babak 2025-09-25 22:02:10 +03:00
parent 9384a4b530
commit 5edc8cb277

View File

@ -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();