pub async fn create_connector(
uri: String,
identity: String,
rx_ctrl: Arc<Mutex<Receiver<ChannelCommand>>>,
tx_msg: Sender<ChannelCommand>,
flag_int: Arc<Mutex<bool>>,
) -> Result<()>
Expand description
Connect to remote endpoint with given command receiver as controller and a sender as remote message proxy.