mirror of
https://gitlab.com/veilid/veilid.git
synced 2024-10-01 01:26:08 -04:00
fix client time
This commit is contained in:
parent
c9f0003150
commit
1e681790e6
@ -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…
Reference in New Issue
Block a user