Remove to pkl project
This commit is contained in:
parent
83c65c00fe
commit
6340cfd5c7
9 changed files with 5 additions and 98 deletions
emgauwa-controller/src/ws
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue