当前位置:网站首页>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.
边栏推荐
猜你喜欢
随机推荐
A brief introduction to the SSM framework
MySQL 的几种碎片整理方案总结(解决delete大量数据后空间不释放的问题)
js部门预算和支出雷达图
高并发-高可用-高性能
js right dot single page scrolling introduction page
第七章
【微信小程序开发】生命周期与生命周期函数
PyQt5快速开发与实战 9.4 Matplotlib在PyQt中的应用
JSP application对象简介说明
postgresql generate random date, random time
js空气质量aqi雷达图分析
loadrunner-controller-场景执行run
开放麒麟 openKylin 自动化开发者平台正式发布
[NLP] Interpretation of Transformer Theory
如何将虚拟机上的文件复制到主机上
手写promise
MySQL----多表查询
loadrunner脚本--添加集合点
MySQL 排序
postgresql 生成随机日期,随机时间