Function handle_connection

Source
fn handle_connection(
    websocket: WebSocket<TcpStream>,
    store: Arc<StoreContainer>,
) -> Result<()>