foxcpp / foxcpp/wirebox

Update protocol to not use custom framing

Open
#8 0 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.