We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1504430 + b0d7fa6 commit 2288759Copy full SHA for 2288759
1 file changed
core/src/dealer/mod.rs
@@ -409,7 +409,7 @@ async fn connect(
409
410
let stream = socket::connect(host, port, proxy).await?;
411
412
- let (mut ws_tx, ws_rx) = tokio_tungstenite::client_async_tls(address, stream)
+ let (mut ws_tx, ws_rx) = tokio_tungstenite::client_async_tls(address.as_str(), stream)
413
.await?
414
.0
415
.split();
0 commit comments