Skip to content

Commit

Permalink
workers: Debug WebSocket connection initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
sehyunc committed Nov 2, 2023
1 parent 6f336bc commit f15990c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions workers/price-reporter/src/reporter.rs
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,10 @@ impl ConnectionMuxer {
.iter()
.map(|exchange| {
let base_token = self.base_token.clone();
dbg!(exchange);
dbg!(self.base_token.clone());
let quote_token = self.quote_token.clone();
dbg!(self.quote_token.clone());
let config = self.config.clone();

#[allow(clippy::redundant_async_block)]
Expand Down

0 comments on commit f15990c

Please sign in to comment.