mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 17:55:36 +00:00
aquatic_ws: network: improve comments
This commit is contained in:
parent
021fd554b0
commit
a6f1d3fa36
1 changed files with 2 additions and 1 deletions
|
|
@ -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,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue