当前位置:网站首页>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.
边栏推荐
- 优信年营收16亿:亏损3亿 已与蔚来资本及58集团签署股权协议
- Modular specifications
- Flink1.15源码阅读——PER_JOB vs APPLICATION执行流程
- ARC在编译和运行做了什么?
- 让动画每次重复前都有延迟
- Flink1.15 source code reading - PER_JOB vs APPLICATION execution process
- 湖仓一体电商项目(二):项目使用技术及版本和基础环境准备
- The future of the hybrid interface: conversational UI
- 二叉树的搜索与回溯问题(leetcode)
- Define event types in Splunk Web
猜你喜欢
随机推荐
js right dot single page scrolling introduction page
感情危机,朋友的网恋女友要和他闹分手,问我怎么办
各位大佬,sqlserver 支持表名正则匹配吗
【机器学习】用特征量重要度(feature importance)解释模型靠谱么?怎么才能算出更靠谱的重要度?
二叉树的搜索与回溯问题(leetcode)
JSP session的生命周期简介说明
【职场杂谈】售前工程师岗位的理解杂谈
数据中台建设(六):数据体系建设
Kotlin 优点
使用turtle画按钮
多版本node的安装与切换详细操作
基于学生成绩管理系统(附源代码及数据库)
qt在不同的线程中传递自定义结构体参数
Mysql+Navicat for Mysql
The future of the hybrid interface: conversational UI
ecshop安装的时候提示不支持JPEG格式
Come n times - 09. Implement queues with two stacks
多个js雷达图同时显示
业务-(课程-章节-小节)+课程发布一些业务思路
Kotlin入门介绍篇









