mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Merge branch 'xMAC94x/experimental_netfix' into 'master'
I would except this to be implcitly done by the `drop` though it doesn't hurt... See merge request veloren/veloren!1564
This commit is contained in:
commit
16c5f467fe
@ -290,6 +290,7 @@ impl BParticipant {
|
|||||||
if let Err(e) = ci.b2r_read_shutdown.send(()) {
|
if let Err(e) = ci.b2r_read_shutdown.send(()) {
|
||||||
trace!(?cid, ?e, "seems like was already shut down");
|
trace!(?cid, ?e, "seems like was already shut down");
|
||||||
}
|
}
|
||||||
|
ci.b2w_frame_s.close_channel();
|
||||||
}
|
}
|
||||||
//TODO FIXME tags: takeover channel multiple
|
//TODO FIXME tags: takeover channel multiple
|
||||||
info!(
|
info!(
|
||||||
@ -652,6 +653,7 @@ impl BParticipant {
|
|||||||
itself, ignoring"
|
itself, ignoring"
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
ci.b2w_frame_s.close_channel();
|
||||||
}
|
}
|
||||||
|
|
||||||
//Wait for other bparticipants mgr to close via AtomicUsize
|
//Wait for other bparticipants mgr to close via AtomicUsize
|
||||||
|
Loading…
Reference in New Issue
Block a user