You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After some more debugging, it appears the timeout is not the problem. The http2 client response stream for some reason resolves with an empty value. I'll debug this further and get back to you.
Describe the bug
This can be seen as a feature request or a bug.
If a stream doesn't produce anything for a while and a client's ping timeout passes, the client will stop the stream and error here
connect-es/packages/connect/src/protocol-grpc/transport.ts
Line 258 in 84a65b9
Expected
A client-side error caused by ping timeout.
To Reproduce
Internal code, but the above description should be sufficient.
Environment (please complete the following information):
Additional context
This can probably be resolved by throwing a connect error wherever the ping times out.
The text was updated successfully, but these errors were encountered: