pub async fn create_stream(
request: HttpRequest<()>,
) -> Result<ClientStream, WebsocketClientError>Expand description
Opens a connection to the Relay and returns ClientStream for the
connection.
pub async fn create_stream(
request: HttpRequest<()>,
) -> Result<ClientStream, WebsocketClientError>Opens a connection to the Relay and returns ClientStream for the
connection.