Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update node/overseer/src/lib.rs
Co-authored-by: Peter Goodspeed-Niklaus <[email protected]>
  • Loading branch information
rphmeier and coriolinus authored Jan 8, 2021
commit 9e94b09d1d4da81d7df16bee0ec8613b08bf9efe
5 changes: 1 addition & 4 deletions node/overseer/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -627,10 +627,7 @@ impl<M> OverseenSubsystem<M> {
if let Some(ref mut instance) = self.instance {
match instance.tx_message.send(MessagePacket {
signals_received: instance.signals_received,
message: MaybeTimed {
timer: None,
t: msg,
},
message: msg.into()
}).timeout(MESSAGE_TIMEOUT).await
{
None => {
Expand Down