Skip to main content

handle_ws_connection

Function handle_ws_connection 

Source
pub async fn handle_ws_connection<S>(
    rt: Arc<Mutex<Runtime<S>>>,
    aid: AgentId,
    ws_config: WsConfig,
    out_tx: Sender<Events>,
) -> Result<()>
where S: Db + 'static,