Skip to content

Commit

Permalink
Merge branch 'master' into backoff
Browse files Browse the repository at this point in the history
  • Loading branch information
xlc authored Oct 3, 2023
2 parents 46e4f20 + 28ec7a1 commit 87f97d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/extensions/client/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ impl Client {
let ws2 = ws.clone();

tracing::info!("Endpoint connected");

connect_backoff_counter.store(0, std::sync::atomic::Ordering::Relaxed);

tokio::spawn(async move {
Expand Down

0 comments on commit 87f97d2

Please sign in to comment.