foxcpp / foxcpp/wirebox

Update protocol to not use custom framing

Đang mở
#8 0 bình luận 0 reaction 0 người được giao Xem trên GitHub
enhancement protocol
Ngôn ngữ chính
Go
Star
15
Fork
1
Chỉ số merge pull request
Không có pull request nào được merge trong 30 ngày

Mô tả

```
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;
}
}
```

Hướng dẫn đóng góp

Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này

Hướng nghiên cứu

The issue provides only a proposed Request and Reply message shape and does not name files, tests, or entry points. Start by locating the protocol implementation and its framing-related tests, then determine the scope of replacing custom framing with the shown message structure. Done means the protocol no longer depends on custom framing and the existing protocol tests pass.

Do mô hình lập chỉ mục viết ra từ nội dung của issue.

Đánh giá

Công nghệ
go
Lĩnh vực
networking
Loại issue
Tái cấu trúc
Độ khó
5/5
Thời gian dự kiến
Hơn một tuần
Mức độ hoạt động
Đình trệ
Độ rõ ràng
Cần làm rõ
Mức phù hợp với người mới
25/100

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.