change unit order
This commit is contained in:
parent
855a9f9a54
commit
8fcd331c70
@ -134,7 +134,7 @@ impl ProcessControl {
|
|||||||
rpc.clone().close()
|
rpc.clone().close()
|
||||||
};
|
};
|
||||||
|
|
||||||
for unit in [Decoder, Encoder, Ingest] {
|
for unit in [Encoder, Decoder, Ingest] {
|
||||||
if let Err(e) = self.kill(unit) {
|
if let Err(e) = self.kill(unit) {
|
||||||
error!("{e}")
|
error!("{e}")
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user