diff --git a/plugins/websocket/src/lib.rs b/plugins/websocket/src/lib.rs index f5d1b1ef..cbf4e112 100644 --- a/plugins/websocket/src/lib.rs +++ b/plugins/websocket/src/lib.rs @@ -8,6 +8,7 @@ use tauri::{ }; use tokio::{net::TcpStream, sync::Mutex}; use tokio_tungstenite::{ + connect_async_tls_with_config, tungstenite::{ client::IntoClientRequest, protocol::{CloseFrame as ProtocolCloseFrame, WebSocketConfig},