Skip to content
Snippets Groups Projects
Commit 2967db09 authored by Éloïs's avatar Éloïs
Browse files

[fix] ws2pv1: do not panic when websocket closed on negociation

parent 776b2093
Branches
No related tags found
1 merge request!253Elois/fix
...@@ -146,7 +146,7 @@ pub fn ws2p_recv_message_pretreatment( ...@@ -146,7 +146,7 @@ pub fn ws2p_recv_message_pretreatment(
return WS2PSignal::WSError(ws2p_full_id); return WS2PSignal::WSError(ws2p_full_id);
} }
} else { } else {
fatal_error!("Fatal error : no websocket for {} !", ws2p_full_id); debug!("Websocket for {} closed on engociation !", ws2p_full_id);
} }
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment