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

feat: explicitly pull in grpc-js ~1.0.5 #1030

Closed
wants to merge 2 commits into from

Conversation

feywind
Copy link
Collaborator

@feywind feywind commented Jun 12, 2020

Adds a direct dependency to grpc-js so we can pull in versions faster than gax, if needed. This is also correct (imo) because the Pub/Sub library is already directly referencing things in grpc-js.

Also bump us to ~1.0.5 so we get the fix for the stream write after end. Hopefully fixes #825.

…than gax, and pin it at ~1.0.5 to get a fix for the stream write after end
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Jun 12, 2020
@codecov
Copy link

codecov bot commented Jun 12, 2020

Codecov Report

Merging #1030 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1030   +/-   ##
=======================================
  Coverage   95.30%   95.30%           
=======================================
  Files          22       22           
  Lines       10709    10709           
  Branches      468      511   +43     
=======================================
  Hits        10206    10206           
  Misses        500      500           
  Partials        3        3           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 5dc1827...73c5f6a. Read the comment docs.

@alexander-fenster
Copy link
Contributor

I don't feel too positive or too negative about that - there are pros and cons :)

@feywind
Copy link
Collaborator Author

feywind commented Jun 12, 2020

After talking it over internally, I think I'm going to pause this and just put in a gax PR, and repurpose this one for pulling in the new gax.

@feywind
Copy link
Collaborator Author

feywind commented Aug 10, 2020

Gax versions were updated by #1085 so I'm going to go ahead and close this.

@feywind feywind closed this Aug 10, 2020
@feywind feywind deleted the gh825-grpc-1-0-5 branch August 10, 2020 23:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Error [ERR_STREAM_WRITE_AFTER_END]: write after end
3 participants