Update tunnel stats every redraw, auto redraw once a second
All checks were successful
Build and deploy / Build container and manifests (push) Successful in 6m21s

This commit is contained in:
2025-04-16 21:05:22 +02:00
parent fe1d5b8f72
commit 413d9f2157
3 changed files with 116 additions and 72 deletions

View File

@@ -8,6 +8,7 @@ use registry::RegistryEntry;
use russh::server::Handle;
use tokio::sync::{RwLock, RwLockReadGuard};
use tracing::trace;
pub use tui::TunnelRow;
use crate::io::{Stats, TrackStats};