-
Notifications
You must be signed in to change notification settings - Fork 131
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat:RPC自定义协议的头部字段长度优化 #19
Comments
我想试一下解决这个issue |
非常欢迎。或许你可以告诉我你完成的日程安排,如果有任何相关问题可以继续在这里留言,非常乐意解答。 |
请问项目中使用的muduo boost protobuf分别是什么版本的?我预计在二月底之前完成吧 |
我的版本信息在:#8 (comment) 在正式写代码之前可以讨论下你的改进思路和原因,看下是否合理 。 问题就指派给你了 @ildnyy |
@ildnyy hi,请问完成情况如何,如果有困难无法完成或者其他情况欢迎跟我沟通,如果你近期没有回复我,我可能会自己完成这个issue |
已经改了,但是不是很懂怎么突出测试,但是原本的都能运行 |
* feat:RPC自定义协议的头部字段长度优化 * doc and comment #19 --------- Co-authored-by: siwuxie <[email protected]>
头部的_消息体长度_字段目前是固定4个字节,这个可能设计的不是很合理,考虑使用更灵活的方式。
可以参考protobuf的变长编码、Redis中的对于长度的变长编码,即用标志位来确定_消息体长度_,这样来节约RPC的长度
The text was updated successfully, but these errors were encountered: