We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f9bec2 commit b0d7fa6Copy full SHA for b0d7fa6
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