pub async fn connect_remote(
address: &str,
body: &str,
config: SubscriptionConfig,
token: Option<&str>,
wire_format: WireFormat,
) -> Result<RemoteSubscription, RemoteSubscriptionError>pub async fn connect_remote(
address: &str,
body: &str,
config: SubscriptionConfig,
token: Option<&str>,
wire_format: WireFormat,
) -> Result<RemoteSubscription, RemoteSubscriptionError>