diff --git a/streamer/src/gui.rs b/streamer/src/gui.rs index 4e8d3d1..aee32f2 100644 --- a/streamer/src/gui.rs +++ b/streamer/src/gui.rs @@ -194,15 +194,16 @@ impl Streamer { .streaming_to_base_is_finished .clone(); - let streaming_to_base_receiver_is_streaming_stopped = self - .communication_channel - .recording_to_base_sender - .subscribe(); let streaming_to_base_receiver_is_streaming_finished = self .communication_channel .streaming_to_base_is_finished .subscribe(); + let streaming_to_base_receiver_is_streaming_stopped = self + .communication_channel + .streaming_to_base_sender + .subscribe(); + let connect_command = Command::perform( async move { gui_utils::connect(