Merge remote-tracking branch 'refs/remotes/origin/main'

This commit is contained in:
Alex Emmet 2026-04-29 21:16:36 +02:00
commit 7873f33d23
9 changed files with 177 additions and 31 deletions

View file

@ -79,6 +79,7 @@ impl ConnectionState {
// Omikron Connection (Client-side with auto-reconnect)
// ============================================================================
#[allow(dead_code)] // message_send_times is unused.
pub struct OmikronConnection {
state: Arc<RwLock<ConnectionState>>,
sender: Arc<RwLock<Option<Arc<Sender>>>>,