Migrate to TCP-only streaming and add diagnostics

This commit is contained in:
srtk 2026-02-13 22:04:22 +05:30
parent 68e8c67daa
commit fe08e595e9
5 changed files with 116 additions and 188 deletions

View file

@ -66,6 +66,8 @@ pub enum ControlMsg {
message: String,
timestamp: u64,
},
/// Keep-alive heartbeat
Heartbeat,
/// General Error
Error {
message: String,