This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
dora-rs
/
dora
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
124
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
fix race condition when dynamic reconnect to quickly to the daemon
tags/v0.3.6
haixuanTao
1 year ago
parent
b29c6b2ec2
commit
dfb5c34f13
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
node-hub/terminal-print/src/main.rs
+ 2
- 0
node-hub/terminal-print/src/main.rs
View File
@@ -29,6 +29,8 @@ fn main() -> eyre::Result<()> {
_other => {}
}
}
// Waiting for the daemon to update ending of the dataflow.
std::thread::sleep(std::time::Duration::from_secs(1));
} else {
if !printed {
println!("🕐 waiting for node `terminal-print` to be available...");
Write
Preview
Loading…
Cancel
Save