当前位置:网站首页>Solve rpc error: code = Unimplemented desc = method CheckLicense not implemented
Solve rpc error: code = Unimplemented desc = method CheckLicense not implemented
2022-07-31 09:32:00 【_Qilixiang】
Call rpc to solve the error, check it around, the package name is opposite, the proto file is the same, and the registration method is also opposite
I was really puzzled, and finally found a little tricky...
I wrote two structs to combine proto.UnimplementedServiceServer;
The receiver of each interface uses the second struct, and the parameter of the register is the first during registration, which is very caodan. After a long search, it turns out that this is the reason!
Delete one of them, and let the registered struct and the receiver of each interface use the same structure.
边栏推荐
猜你喜欢
随机推荐
第六章
【机器学习】用特征量重要度(feature importance)解释模型靠谱么?怎么才能算出更靠谱的重要度?
js空气质量aqi雷达图分析
来n遍剑指--09. 用两个栈实现队列
mysql 数据去重的三种方式[实战]
第八章 、接口
搭建frp进行内网穿透
js右侧圆点单页滚动介绍页面
【TCP/IP】Network Model
jupyter notebook初使用
Aleo Testnet3规划大纲
使用turtle画按钮
富文本编辑器Tinymce
手写promise
【TCP/IP】网络模型
六、MFC文档类(单文档和多文档)
5.for in 和 for of区别和使用
loadrunner-Controller负载测试-各模块功能记录01测试场景设计
Flink1.15 source code reading - PER_JOB vs APPLICATION execution process
让动画每次重复前都有延迟









