wrong Task name

This commit is contained in:
jb-alvarado 2022-03-16 10:38:16 +01:00
parent e80f2c93d9
commit 8f3300f925

View File

@ -80,7 +80,7 @@ pub fn play() {
runtime.spawn(stderr_reader(
enc_proc.stderr.take().unwrap(),
"Decoder".to_string(),
"Encoder".to_string(),
));
let mut buffer: [u8; 65424] = [0; 65424];
@ -136,7 +136,7 @@ pub fn play() {
runtime.spawn(stderr_reader(
dec_proc.stderr.take().unwrap(),
"Encoder".to_string(),
"Decoder".to_string(),
));
loop {