Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
xlc committed Oct 3, 2023
1 parent 612bf93 commit f6c13ae
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/extensions/client/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,6 @@ impl Client {

let handle_message = |message: Message, ws: Arc<WsClient>| {
let tx = tx.clone();
let connect_backoff_counter = connect_backoff_counter.clone();
let request_backoff_counter = request_backoff_counter.clone();

tokio::spawn(async move {
Expand Down

0 comments on commit f6c13ae

Please sign in to comment.