connect

Function connect 

Source
pub async fn connect(
    config: WebsocketConfig,
) -> Result<(Arc<RealtimeSession>, UnboundedReceiver<Vec<u8>>), RealtimeError>