Skip to content

After upgrading to 4.2.0 I get strange errors in some of my GRPC tests #10150

Closed Answered by erkieh
runenielsen asked this question in Q&A
Discussion options

You must be logged in to vote

We hade the same exception with GRPC after upgrading. The issue was reltaed to:
grpc/grpc-java#10663

Note:
adding
api("io.grpc:grpc-services:1.59.1")
was not enough. I needed also add
api("io.grpc:grpc-netty:1.59.1")
because by default 1.59.0 version of grpc-netty was included.

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@runenielsen
Comment options

Answer selected by runenielsen
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants