OmikronConnector hotfix

This commit is contained in:
Jonathan Wanke 2025-09-01 23:31:41 +02:00
commit 7349d87388
8 changed files with 398 additions and 40 deletions

View file

@ -5,7 +5,6 @@ use std::io::{Read, Write};
use std::path::Path;
use uuid::Uuid;
#[derive(Debug, Clone, Copy, PartialEq, Eq)]
pub enum MessageState {
Read,
Received,