Skip to content

Commit

Permalink
remove send_block handle clone
Browse files Browse the repository at this point in the history
  • Loading branch information
Congyuwang committed Jul 30, 2023
1 parent 196c2f6 commit ae019da
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/msg_sender.rs
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ impl MsgSender {
}
// unfinished, enter into future
self.handle
.clone()
.block_on(self.ring_buf.write_all(&bytes[offset..]))
}

Expand Down

0 comments on commit ae019da

Please sign in to comment.