We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12d07dc commit 8a54d1dCopy full SHA for 8a54d1d
ui/src-tauri/src/task/pusher.rs
@@ -53,7 +53,6 @@ pub async fn run(
53
channel.0.id, channel.0.channel_code
54
)))
55
}
56
- drop(state);
57
join_all(tasks).await;
58
info!("Subscribed to pusher channels");
59
0 commit comments