Update protocol to not use custom framing
Open
enhancement
protocol
- Dominant language
- Go
- Stars
- 15
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
```
message Request {
message CfgSolict { ... }
one of req {
CfgSolict cfgSolict = 1;
}
}
message Reply {
message Cfg { ... }
message Nack { ... }
one of reply {
Cfg cfg = 1;
Nack nack = 2;
}
}
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.