Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
divagant-martian committed Feb 23, 2023
1 parent d891e85 commit cb42618
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/socket/send.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ impl SendHandler {
pub(crate) fn spawn(
executor: Box<dyn Executor>,
send: Arc<UdpSocket>,
second_send: Option<Arc<UdpSocket>>,
) -> (mpsc::Sender<OutboundPacket>, oneshot::Sender<()>) {
let (exit_send, exit) = oneshot::channel();
let (handler_send, handler_recv) = mpsc::channel(30);
Expand Down

0 comments on commit cb42618

Please sign in to comment.