-
Notifications
You must be signed in to change notification settings - Fork 22
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
[DEV-204] Upgrade grpc-js to 1.9.12 #351
Conversation
@jokesterfr, we are experiencing a discrepancy in the error messages sent to us by the grpc-js library after the upgrade. We receive different error messages in CI and latest when the connection is shut down while reading events from a stream. I have submitted a PR to address the potential bug in the grpc repository. In the meantime, you to use the resolutions feature if you are using Yarn, or overrides in npm, to pin to the newer version of grpc-js until the PR is merged. |
de1b528
to
74cfce1
Compare
- Fix linting issues - Add explanations for the discrepancy in the keepalive ping error
909daa4
to
2c62da4
Compare
Any plan for a merge of this PR? |
@jokesterfr Sorry for taking time to respond. We'll merge it soon. |
Changed: Upgraded gRPC-JS version from 1.9.0 to 1.9.12.
Fixed: Linting issues
Added: Explanations for the discrepancy in the keepalive ping error. DEV-204