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

Golang: Grpc connection failed #171

Closed
guyinyou opened this issue Aug 23, 2022 · 4 comments
Closed

Golang: Grpc connection failed #171

guyinyou opened this issue Aug 23, 2022 · 4 comments
Labels
Golang stale Pull request is stale

Comments

@guyinyou
Copy link
Contributor

A probabilistic error occurs when using the official Grpc-go library to connect to the rocketmq server. The reason is that http2 connection establishment failed. Retry is currently used to reduce this exception, and better solutions can be further explored.

@guyinyou
Copy link
Contributor Author

image

When the client sends SETTINGS several times in a row, the server sends GOAWAY to actively disconnect the link

@guyinyou
Copy link
Contributor Author

image

After the client sends SETTINGS, the server initiates SETTINGS, and the connection is established normally

@github-actions
Copy link

This issue is stale because it has been open for 30 days with no activity. It will be closed in 3 days if no further activity occurs.

@github-actions github-actions bot added the stale Pull request is stale label Sep 24, 2022
@github-actions
Copy link

This issue was closed because it has been inactive for 3 days since being marked as stale.

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

No branches or pull requests

2 participants