refactor: one channel per consumer

This commit is contained in:
izzy
2025-06-28 18:26:51 +01:00
parent 9d576d2430
commit 083229c7f5
6 changed files with 65 additions and 42 deletions

View File

@@ -108,5 +108,5 @@ pub async fn client_subscriber(
}
}
consumer.dispose().await;
consumer.dispose_channel().await;
}