Got backend using errors.

This commit is contained in:
2025-04-25 14:02:40 -04:00
parent cb9bac9d8a
commit 55ffa538e8
4 changed files with 166 additions and 14 deletions

View File

@ -9,7 +9,7 @@ use std::{
};
use uuid::Uuid;
const RESPONS_TO: [MsgType; 2] = [MsgType::Document, MsgType::SessionValidated];
const RESPONS_TO: [MsgType; 3] = [MsgType::Document, MsgType::Error, MsgType::SessionValidated];
#[derive(Clone)]
pub struct ClientChannel {