mirror of
https://gitlab.com/futo-org/fcast.git
synced 2025-06-24 21:25:23 +00:00
rs-terminal: log received Pong messages
This commit is contained in:
parent
7c1f53e3e2
commit
cfb30c62c7
1 changed files with 1 additions and 0 deletions
|
@ -370,6 +370,7 @@ impl<'a> FCastSession<'a> {
|
|||
self.send_empty(Opcode::Pong)?;
|
||||
println!("Sent pong");
|
||||
}
|
||||
Opcode::Pong => println!("Received pong"),
|
||||
Opcode::PlayUpdate => {
|
||||
if let Some(body_str) = body {
|
||||
if let Ok(play_update_msg) =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue