-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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 C++ gRPC from 0.13.0 #2804
Labels
P3
We're not considering working on this, but happy to review a PR. (No assignee)
Comments
damienmg
added
P2
We'll consider working on this in future. (Assignee optional)
type: feature request
labels
Apr 21, 2017
gRPC Java has been updated to 1.3.0. We considered this more important, as with BEP and Remote Execution gRPC Java talks over real networks while gRPC C++ only talks over loopback. |
buchgr
added
P3
We're not considering working on this, but happy to review a PR. (No assignee)
and removed
P2
We'll consider working on this in future. (Assignee optional)
labels
Aug 23, 2017
@tetromino feel free to take this bug! |
tetromino
added a commit
to tetromino/bazel
that referenced
this issue
Feb 6, 2019
And take the opportunity to align third_party/grpc/BUILD closer with gRPC upstream's BUILD file to make importing easier next time. Fixes bazelbuild#2804.
tetromino
added a commit
to tetromino/bazel
that referenced
this issue
Feb 6, 2019
And take the opportunity to align third_party/grpc/BUILD closer with gRPC upstream's BUILD file (by adopting the same intermediate targets) to make importing easier next time. The MSYS2 patch is no longer needed judging by discussion in https://groups.google.com/forum/#!msg/grpc-io/gd6sIuo6rjQ/eyEFarhABgAJ Fixes bazelbuild#2804.
tetromino
added a commit
to tetromino/bazel
that referenced
this issue
Feb 7, 2019
And take the opportunity to align third_party/grpc/BUILD closer with gRPC upstream's BUILD file (by adopting the same intermediate targets) to make importing easier next time. The MSYS2 patch is no longer needed judging by discussion in https://groups.google.com/forum/#!msg/grpc-io/gd6sIuo6rjQ/eyEFarhABgAJ Fixes bazelbuild#2804.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
0.13.0 is truly ancient and unsupported, so it should be updated to something more recent. It'd also probably help us get rid of the Windows patch. Furthermore, it might also help with the issue whereupon a gRPC thread is still alive when we fork the server and prevents the fork from succeeding.
This probably also requires an update to protobuf.
The Java gRPC library should also be given a closer look.
The text was updated successfully, but these errors were encountered: