This commit is contained in:
2025-09-01 23:08:49 +10:00
parent a2d1355464
commit 5a45ed1f2b
2 changed files with 18 additions and 9 deletions

View File

@@ -62,7 +62,7 @@ fn main() {
}
// let rt = Runtime::new().unwrap();
// let handle = rt.handle().clone();
let handle = rt.handle().clone();
// let addr = "127.0.0.1:7050";
//
// let socket = WsServer::bind(addr, handle);