Move new subscriptions to a unfied prehandle function.
This commit is contained in:
@@ -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> {
|
||||
|
||||
Reference in New Issue
Block a user