1
0
mirror of https://gitlab.com/comunic/comunicapiv3 synced 2025-09-25 14:19:45 +00:00

Update actix

This commit is contained in:
2022-03-09 19:58:46 +01:00
parent 4aa7657e28
commit c874d1c964
7 changed files with 404 additions and 1005 deletions

View File

@@ -4,6 +4,7 @@
use actix::{ActorContext, Addr, AsyncContext, Handler, StreamHandler};
use actix::prelude::*;
use actix_http::ws::Item;
use actix_web_actors::ws::{Message, ProtocolError};
use serde::{Deserialize, Serialize};
use serde_json::Value;
@@ -14,7 +15,6 @@ use crate::data::error::{ExecError, Res};
use crate::helpers::events_helper;
use crate::helpers::events_helper::Event;
use crate::utils::network_utils::match_ip;
use actix_http::ws::Item;
#[derive(Default)]
struct RtcRelayActor {