pub async fn dispatch_session_facade<H: SessionFacadeHandler>(
adapter: &mut SessionIdAdapter,
handler: &mut H,
event: RaknetServerEvent,
) -> Result<()>Expand description
Dispatches a single event into a SessionFacadeHandler.
pub async fn dispatch_session_facade<H: SessionFacadeHandler>(
adapter: &mut SessionIdAdapter,
handler: &mut H,
event: RaknetServerEvent,
) -> Result<()>Dispatches a single event into a SessionFacadeHandler.