Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Investigate websocket timeouts #20850

Closed
wants to merge 13 commits into from

Add a debug message when connection is established.

  • Loading branch information
jdm committed Jun 7, 2018
commit 20d57b305bdef3a0c87751459000981079017ba6
@@ -43,6 +43,7 @@ pub fn init(
let channel = establish_a_websocket_connection(req_init, &http_state);
let (ws_sender, mut receiver) = match channel {
Ok((protocol_in_use, sender, receiver)) => {
debug!("Established a websocket connection");
let _ = resource_event_sender.send(WebSocketNetworkEvent::ConnectionEstablished { protocol_in_use });
(sender, receiver)
},
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.