Migrate to TCP-only streaming and add diagnostics
This commit is contained in:
parent
68e8c67daa
commit
fe08e595e9
5 changed files with 116 additions and 188 deletions
|
|
@ -66,6 +66,8 @@ pub enum ControlMsg {
|
|||
message: String,
|
||||
timestamp: u64,
|
||||
},
|
||||
/// Keep-alive heartbeat
|
||||
Heartbeat,
|
||||
/// General Error
|
||||
Error {
|
||||
message: String,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue