Skip to content

Conversation

HypenZou
Copy link

if !isExportedOrBuiltinType(argType) || !isExportedOrBuiltinType(replyType) {

这里只检验了reply Argument是否为导出/内置类型, 没有检验其是否为指针
按照net/rpc的接口, 这是无法Register进入services的
是否应该加上检查是否为指针的操作?

@ray7jq
Copy link

ray7jq commented Feb 17, 2022 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants