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 typo
tags/v0.3.10^2
haixuantao
haixuanTao
10 months ago
parent
d1af9bc272
commit
222e65b3e1
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
binaries/daemon/src/node_communication/tcp.rs
+ 1
- 1
binaries/daemon/src/node_communication/tcp.rs
View File
@@ -75,7 +75,7 @@ impl Connection for TcpConnection {
},
};
bincode::deserialize(&raw)
.w
ith_context(|| "failed to deserialize abc
DaemonRequest")
.w
rap_err("failed to deserialize
DaemonRequest")
.map(Some)
}
Write
Preview
Loading…
Cancel
Save