logs
This commit is contained in:
@@ -47,7 +47,7 @@ async fn sse_handler(
|
||||
for chat_id in &chats {
|
||||
let channel_name = format!("chat:{}", chat_id);
|
||||
pubsub.subscribe(&channel_name).await.unwrap();
|
||||
println!(format!("'{}' subscribed", channel_name));
|
||||
println!("'{}' subscribed", channel_name);
|
||||
}
|
||||
|
||||
while let Some(msg) = pubsub.on_message().next().await {
|
||||
|
Reference in New Issue
Block a user