1
0
mirror of https://gitlab.com/comunic/comunicapiv3 synced 2024-11-22 13:29:21 +00:00

Remove Websocket closing

This commit is contained in:
Pierre HUBERT 2021-10-23 16:21:43 +02:00
parent e50e91f68e
commit 451e9f702a

View File

@ -140,7 +140,6 @@ impl StreamHandler<Result<actix_web_actors::ws::Message, actix_web_actors::ws::P
}
Message::Continuation(_) => {
eprintln!("RTC WS Message::Continuation");
ctx.stop();
}
Message::Ping(data) => {
ctx.pong(&data);