aquatic_ws: network: improve comments

This commit is contained in:
Joakim Frostegård 2020-05-13 16:02:49 +02:00
parent 021fd554b0
commit a6f1d3fa36

View file

@ -220,7 +220,8 @@ pub fn handle_ws_handshake_result(
} }
/// Get TLS (if requested) and tungstenite up and running, then read messages /// On the stream given by poll_token, get TLS (if requested) and tungstenite
/// up and running, then read messages and pass on through channel.
pub fn run_handshakes_and_read_messages( pub fn run_handshakes_and_read_messages(
socket_worker_index: usize, socket_worker_index: usize,
in_message_sender: &InMessageSender, in_message_sender: &InMessageSender,