pub fn run_server(addr: SocketAddr, ctx: Arc<ServerContext>) -> Result<()>Expand description
Run the HTTP/WS server. Blocks on the accept loop.
pub fn run_server(addr: SocketAddr, ctx: Arc<ServerContext>) -> Result<()>Run the HTTP/WS server. Blocks on the accept loop.