mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-02-18 13:24:13 -05: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());
|
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…
x
Reference in New Issue
Block a user