[WIP] Console Box for Main UI
This commit is contained in:
parent
9416a9744f
commit
b8658e84b9
9 changed files with 409 additions and 19 deletions
|
|
@ -151,6 +151,9 @@ impl OmikronConnection {
|
|||
let sel_arc_clone = self.clone();
|
||||
tokio::spawn(async move {
|
||||
loop {
|
||||
if *SHUTDOWN.read().await {
|
||||
break;
|
||||
}
|
||||
if !sel_arc_clone.is_connected().await {
|
||||
break;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue