fix: 🐛 mistake in 94fc639c74

This commit is contained in:
Ahmet Kaan GÜMÜŞ 2024-05-17 03:55:25 +03:00
parent c4de6ff6e7
commit e2f3d9eb8f

View file

@ -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(