stephenh / mirror

A tool for real-time, two-way sync for remote (e.g. desktop/laptop) development
Apache License 2.0
391 stars 37 forks source link

Bump grpc dependencies to resolve iisues with mac/centos. #68

Closed ianvkoeppe closed 3 years ago

ianvkoeppe commented 3 years ago

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.

stephenh commented 3 years ago

Thanks!