mplemented commtypes, change user data

This commit is contained in:
Alex Emmet 2026-01-10 16:54:41 +00:00
commit c0652516c6
4 changed files with 66 additions and 5 deletions

View file

@ -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);