We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
go-micro 1.18好像找不到了,但在你们的stack-rpc中还有。 请教一个问题啊,在 https://github.com/stack-labs/stack-rpc/blob/master/server/grpc/subscriber.go: 261
for i := 0; i < len(sb.handlers); i++ { if rerr := <-results; **err** != nil { // 这里的 err 是不是应该是 rerr 啊?要不订阅返回错误会被忽略了,不会重发。 errors = append(errors, rerr.Error()) } }
The text was updated successfully, but these errors were encountered:
@yiippee 是的,可以PR吗
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
go-micro 1.18好像找不到了,但在你们的stack-rpc中还有。
请教一个问题啊,在 https://github.com/stack-labs/stack-rpc/blob/master/server/grpc/subscriber.go: 261
The text was updated successfully, but these errors were encountered: