mplemented commtypes, change user data
This commit is contained in:
parent
e0dfee6cc2
commit
c0652516c6
4 changed files with 66 additions and 5 deletions
|
|
@ -29,7 +29,7 @@ use crate::{
|
|||
};
|
||||
use crate::{auth::crypto_helper::secret_key_to_base64, log_err};
|
||||
|
||||
static WAITING_TASKS: Lazy<
|
||||
pub static WAITING_TASKS: Lazy<
|
||||
DashMap<Uuid, Box<dyn Fn(Arc<OmegaConnection>, CommunicationValue) -> bool + Send + Sync>>,
|
||||
> = Lazy::new(DashMap::new);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue