1
0
Fork 0
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:
Marcus Hanestad 2025-06-04 16:26:31 +02:00
parent 7c1f53e3e2
commit cfb30c62c7

View file

@ -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) =