Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

grpc 协议 Unary RPC 模式 #1557

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Conversation

test-instructor
Copy link
Contributor

No description provided.

hrp/step_grpc.go Outdated
err = errors.New("没有实现双向流模式")
return setGrpcErr(g, err, start, rb, parser, step.Name)
default:
err = errors.New("没有传如请求模式")

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

没有传入请求模式

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

手残打错字了,目前只实现了一元请求模式,流模式暂时还没想好怎样实现,默认改成一元请求模式了

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

流模式现在实现了吗?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

暂时还没实现

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.

None yet

5 participants