Added ability to add page, but hangs in main.

This commit is contained in:
2025-05-01 13:46:46 -04:00
parent 1bfbfc5e44
commit 4fbbd30c4b
6 changed files with 131 additions and 24 deletions

View File

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