mirror of
https://github.com/telemt/telemt.git
synced 2026-09-16 23:44:11 +03:00
Bridge Request/Buffers/Recovery
Co-Authored-By: brekotis <93345790+brekotis@users.noreply.github.com>
This commit is contained in:
@@ -391,7 +391,11 @@ impl WebSession {
|
||||
lane.last_up_digest = digest;
|
||||
}
|
||||
}
|
||||
state.activity.touch_peer(Instant::now());
|
||||
self.touch_peer_locked(
|
||||
&mut state,
|
||||
Instant::now(),
|
||||
crate::web::telemetry::WebSessionLifecycleObservation::WebSocketActivityAfterGap,
|
||||
);
|
||||
if applied {
|
||||
(committed, healthy) = self.record_uplink_progress_locked(&mut state, progress);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user