Skip to content

Commit

Permalink
logs
Browse files Browse the repository at this point in the history
  • Loading branch information
thedevbirb committed Mar 15, 2024
1 parent ed424a0 commit 7cefad5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions msg-socket/src/pub/session.rs
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ impl<Io: AsyncRead + AsyncWrite + Unpin> Future for SubscriberSession<Io> {

match this.conn.start_send_unpin(msg) {
Ok(_) => {
tracing::warn!("Sent message to socket");
this.state.stats.increment_tx(msg_len);

this.should_flush = true;
Expand Down

0 comments on commit 7cefad5

Please sign in to comment.