websocket protocol

This commit is contained in:
2024-10-19 16:00:31 +02:00
parent 5e651b382d
commit b94b3cf44f
13 changed files with 440 additions and 217 deletions

View File

@@ -106,7 +106,7 @@ pub async fn start_code_to_token(
config.set_token(Some(token.clone()))?;
event_sender.send(Event::TokenReceived { token })?;
event_sender.send(Event::TokenReceived)?;
}
}
}