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 9cacbd3 commit fc93ffbCopy full SHA for fc93ffb
examples/client.rs
@@ -15,6 +15,7 @@ fn main() {
15
16
let client = ClientBuilder::new(CONNECTION)
17
.unwrap()
18
+ .add_protocol("rust-websocket")
19
.connect_insecure()
20
.unwrap();
21
0 commit comments