connectrpc / connect-es

The TypeScript implementation of Connect: Protobuf RPC that works.
https://connectrpc.com/
Apache License 2.0
1.39k stars 81 forks source link

add details about underlying message types on input message protocol errors #1252

Closed tmm1 closed 1 month ago

tmm1 commented 1 month ago

in general the protocol errors are all missing a lot of context

srikrsna-buf commented 1 month ago

Hey @tmm1 Can you tell us a bit about how often you encountered protocol errors and what the backend was? Because we don't expect users to ever hit these errors.

tmm1 commented 1 month ago

We are seeing large numbers of these proto errors and are trying to figure out why. Adding these details here would help.

srikrsna-buf commented 1 month ago

Hey @tmm1 Can you tell us what is the client in use?

tmm1 commented 1 month ago

we're using connect-es v1.4.0

tmm1 commented 1 month ago

Thanks for the guidance. I believe this may be an application specific issue, so I will close for now.