Skip to content

Commit

Permalink
#update
Browse files Browse the repository at this point in the history
  • Loading branch information
yutiansut committed Dec 2, 2019
1 parent 426a2ac commit e8526dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qawebsockets/websocketclient.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ pub fn wsmain() {
.ws("ws:https://www.yutiansut.com:7988")
.connect()
.map_err(|e| {
println!("Error: {}", e);
println!("QAConnection Error: {}", e);
})
.map(|(response, framed)| {
println!("{:?}", response);
Expand Down

0 comments on commit e8526dc

Please sign in to comment.