Skip to content

v1.3.11

Latest
Compare
Choose a tag to compare
@stephenh stephenh released this 28 Jan 23:47
· 2 commits to master since this release
5216fdc
Bump grpc dependencies to resolve iisues with mac/centos. (#68)

Admittedly I didn't do much digging but with a simple MacOS Big Sur /
Centos environment, grpc ran into issues with netty...

IllegalArgumentException: decode only works with an entire header block!
which can be found here:
https://netty.io/4.1/xref/io/netty/handler/codec/http2/HpackDecoder.html#456.

Bumping grpc to latest resolves it.

Co-authored-by: Ian V Koeppe <ikoeppe@linkedin.com>