Skip to main content

run_server

Function run_server 

Source
pub fn run_server(addr: SocketAddr, ctx: Arc<ServerContext>) -> Result<()>
Expand description

Run the HTTP/WS server. Blocks on the accept loop.