nginx-conf
This commit is contained in:
@@ -64,7 +64,7 @@ async fn connect_handler(
|
||||
ServerError("Internal Server Error")
|
||||
})?;
|
||||
|
||||
let (tx, mut rx) = broadcast::channel(100);
|
||||
let (tx, rx) = broadcast::channel(100);
|
||||
let state_clone = state.clone();
|
||||
let handle = tokio::spawn(async move {
|
||||
let conn = state_clone.redis.get_async_connection().await.unwrap();
|
||||
|
Reference in New Issue
Block a user