Merge remote-tracking branch 'refs/remotes/origin/main'
This commit is contained in:
commit
7873f33d23
9 changed files with 177 additions and 31 deletions
|
|
@ -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>>>>,
|
||||
|
|
|
|||
Loading…
Reference in a new issue