pub async fn connect( url: &Url, _proxy: Option<SocketAddr>, timeout: Option<Duration>, ) -> Result<(Sink, Stream), Error>
Connect
Proxy is ignored for WASM targets!