Just ran into grpc/grpc-java#11284 today because I had some other dependency along with besom that bumped netty to 4.1.111.
The error I saw was:
ERROR besom.internal.ResourceDecoder.resolve:97
Resolve resource: received error from gRPC call: 'INTERNAL: Encountered end-of-stream mid-frame', failing resolution
2024.09.11 06:36:46:161 main ERROR besom.internal.BesomModule.run:70
io.grpc.StatusRuntimeException: INTERNAL: Encountered end-of-stream mid-frame
resolved for now by downgrading that dependency to get back to an older netty
Just ran into grpc/grpc-java#11284 today because I had some other dependency along with besom that bumped netty to 4.1.111.
The error I saw was:
resolved for now by downgrading that dependency to get back to an older netty