FINALLY MADE WEBSOCKETS WORK AAAAAAAAAAAAAAAAA

This commit is contained in:
2025-02-08 16:16:55 +01:00
parent 1c7170bb81
commit bf2e1e347f
6 changed files with 28 additions and 27 deletions
-1
View File
@@ -65,7 +65,6 @@ async fn handle_message(msg: tungstenite::protocol::Message, args: Args) {
unsafe {
if !REPLY_HELLO {
rs_println!("Replying to python...");
send_msg("[Connection test] Hello from Rust!").await;
REPLY_HELLO = true;
}