I was editing a message using the text editor through the C-x hotkey. When I closed the editor I saw this message interleaved with the channel text (probably because it went to stderr). Despite the panic tiny did not actually crash. It displayed the normal ping timeout message and successfully reconnected afterwards.
panicked at 'called Result::unwrap() on an Err value: Closed(SendPing)', libtiny_client/src/pinger.rs:40:9
I was editing a message using the text editor through the
C-xhotkey. When I closed the editor I saw this message interleaved with the channel text (probably because it went to stderr). Despite the panic tiny did not actually crash. It displayed the normal ping timeout message and successfully reconnected afterwards.tiny/libtiny_client/src/pinger.rs
Line 40 in f8477c3