Move new subscriptions to a unfied prehandle function.

This commit is contained in:
Paul Makles
2021-01-19 11:46:22 +00:00
parent c21d7c4620
commit 8cbba0671d
7 changed files with 45 additions and 30 deletions

View File

@@ -36,8 +36,6 @@ pub async fn listen() {
.fuse()
.await
.expect("Hive hit an error");
dbg!("a");
}
pub fn subscribe_multiple(user: String, topics: Vec<String>) -> Result<(), String> {