-
Notifications
You must be signed in to change notification settings - Fork 826
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
Update Node.js dependencies and fix annoyances #1415
Conversation
steven-supersolid
commented
Mar 15, 2020
- Update dependencies
- Fix bug where a health stream would not close properly and would prevent the event loop from ending
- Update grpc generation to remove Buffer deprecation warning
Build Succeeded 👏 Build Id: 7760b9da-39af-4b13-8232-76e26736d023 The following development artifacts have been built, and will exist for the next 30 days:
A preview of the website (the last 30 builds are retained): To install this version:
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: roberthbailey, steven-supersolid The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
* Fix health stream not closing properly. Update dependencies * Fix Buffer deprecation warning * Update test for fix