We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73c1ea3 commit 019c3e6Copy full SHA for 019c3e6
tests/communication.rs
@@ -96,7 +96,7 @@ async fn split_communication() {
96
let tcp = TcpStream::connect("127.0.0.1:12346")
97
.await
98
.expect("Failed to connect");
99
- let url = url::Url::parse("ws://localhost:12345/").unwrap();
+ let url = url::Url::parse("ws://localhost:12346/").unwrap();
100
let (stream, _) = client_async(url, tcp)
101
102
.expect("Client failed to connect");
0 commit comments