当前位置:网站首页>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.
边栏推荐
猜你喜欢
随机推荐
安装gnome-screenshot截图工具
搭建frp进行内网穿透
第二十三课,抗锯齿(Anti Aliasing)
Redis Sentinel原理
loadrunner脚本--添加检查点
Kotlin—基本语法 (四)
来n遍剑指--06. 从尾到头打印链表
六、MFC文档类(单文档和多文档)
51单片机-----外部中断
优信年营收16亿:亏损3亿 已与蔚来资本及58集团签署股权协议
jupyter notebook初使用
基于学生成绩管理系统(附源代码及数据库)
win10镜像下载
js滚动条滚动到指定元素
【NLP】Transformer理论解读
比较并交换 (CAS) 原理
Kotlin—基本语法(三)
(C语言基础)原样输入输出
解决rpc error: code = Unimplemented desc = method CheckLicense not implemented
一次Spark SQL线上问题排查和定位








