Remove to pkl project

This commit is contained in:
Tobias Reisinger 2024-04-30 01:50:43 +02:00
parent 83c65c00fe
commit 6340cfd5c7
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
9 changed files with 5 additions and 98 deletions
emgauwa-controller/src/ws

View file

@ -39,7 +39,7 @@ async fn run_websocket(
log::debug!("Trying to connect to {}", url);
match connect_async(url).await {
Ok(connection) => {
log::debug!("Websocket connected");
log::info!("Websocket connected");
let (ws_stream, _) = connection;
let (mut write, read) = ws_stream.split();