Add todo about ws pong handling

This commit is contained in:
Joscha 2022-08-19 23:38:51 +02:00
parent 73949f56fc
commit 47b9f5938c

View file

@ -170,6 +170,7 @@ struct State {
packet_tx: mpsc::UnboundedSender<Data>, packet_tx: mpsc::UnboundedSender<Data>,
// TODO An arbitrary pong frame may be sent unsolicited
last_ws_ping: Option<u64>, last_ws_ping: Option<u64>,
last_ws_pong: Option<Vec<u8>>, last_ws_pong: Option<Vec<u8>>,
last_euph_ping: Option<Time>, last_euph_ping: Option<Time>,