Slow Connections

This commit is contained in:
Alex Emmet 2025-11-07 23:36:34 +01:00
commit db419d3b47
2 changed files with 11 additions and 9 deletions

View file

@ -17,6 +17,7 @@ use dashmap::DashMap;
use futures::{SinkExt, StreamExt};
use json::JsonValue;
use once_cell::sync::Lazy;
use tokio::io::unix::AsyncFd;
use tokio::sync::Mutex;
use tokio::time::sleep;
use tokio_tungstenite::{connect_async, tungstenite::protocol::Message};