From 451e9f702a7a58775c19d1bb2c5787eae92d8b4a Mon Sep 17 00:00:00 2001 From: Pierre HUBERT Date: Sat, 23 Oct 2021 16:21:43 +0200 Subject: [PATCH] Remove Websocket closing --- src/controllers/rtc_relay_controller.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/controllers/rtc_relay_controller.rs b/src/controllers/rtc_relay_controller.rs index 5b8d046..4e6e76d 100644 --- a/src/controllers/rtc_relay_controller.rs +++ b/src/controllers/rtc_relay_controller.rs @@ -140,7 +140,6 @@ impl StreamHandler { eprintln!("RTC WS Message::Continuation"); - ctx.stop(); } Message::Ping(data) => { ctx.pong(&data);