mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-10-16 12:30:37 -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());
|
self.inner.lock().stdout = Some(stdout.clone());
|
||||||
|
|
||||||
|
CursiveUI::set_start_time();
|
||||||
|
|
||||||
// Wait for connection to be established
|
// Wait for connection to be established
|
||||||
loop {
|
loop {
|
||||||
match connection_state_receiver.recv_async().await {
|
match connection_state_receiver.recv_async().await {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue