Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
ryoqun committed Nov 30, 2023
1 parent 32476a2 commit 148c257
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scheduler-pool/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -799,7 +799,7 @@ where
(Ok(()), ExecuteTimings::default())
} else {
drop_sender.send(SessionedMessage::EndSession).unwrap();
drop_receiver2.recv().unwrap();
drop_receiver2.recv().unwrap()
};
trace!(
"solScheduler thread is ended at: {:?}",
Expand Down

0 comments on commit 148c257

Please sign in to comment.