Why I get this error "Response message parsing error: index out of range: 27 + 10 > 27" when my grpc server (with protobuf) response an array of objects. In my case, if have more than 3 elements in the array it will throw that error. I think it comes from your library. When I test with @grpc/grpc-js (nodejs) library, it still works correctly. But that library not support for hono/deno. Is there any way to fix this issue?


Update 29/05:
It may be come from here, please fix for me :((
