mirror of
https://github.com/shiroyashik/sculptor.git
synced 2025-12-06 13:01:12 +03:00
Auth thread panic fixed
and also zip is now not skipping the avatars folder.
This commit is contained in:
parent
27f06f5f2a
commit
59dc3e90d3
4 changed files with 351 additions and 116 deletions
|
|
@ -6,7 +6,7 @@ use dashmap::DashMap;
|
|||
use std::sync::Arc;
|
||||
use tokio::sync::{broadcast, Mutex};
|
||||
use tower_http::trace::TraceLayer;
|
||||
use tracing::{info, trace};
|
||||
use tracing::info;
|
||||
use uuid::Uuid;
|
||||
|
||||
// WebSocket worker
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue