mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-08-03 20:24:16 -04:00
fix client time
This commit is contained in:
parent
c9f0003150
commit
1e681790e6
1 changed files with 2 additions and 0 deletions
|
@ -78,6 +78,8 @@ impl InteractiveUI {
|
|||
|
||||
self.inner.lock().stdout = Some(stdout.clone());
|
||||
|
||||
CursiveUI::set_start_time();
|
||||
|
||||
// Wait for connection to be established
|
||||
loop {
|
||||
match connection_state_receiver.recv_async().await {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue