1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
mod utils; // use bolt_common::prelude::*; // pub fn launch_ws_service(port: u16, address: String) { // println!("Starting WS service on {} port {}", address, port); // let mut connections: Vec<WsConnection> = vec![]; // loop { // } // std::thread::park(); // }