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
I am using grpc-web and have set the timeout options, but they do not seem to be working. I am unsure of the reason for this error. Can you help me identify the issue?
I am facing a similar issue where configuring the timeout parameter in either GrpcWebFetchTransport or the service method itself proves ineffective. Furthermore, during my testing, I have observed that the timeout duration appears to be approximately 1.3 minutes (though this time estimate might be influenced by my current environment).
The timeout/deadline is simply sent as a request header to the server. There is no setTimeout being used client-side. The issue would be with the server not respecting the grpc-timeout request header (the server likely has its own timeout which is shorter than what you specified).
I am using grpc-web and have set the timeout options, but they do not seem to be working. I am unsure of the reason for this error. Can you help me identify the issue?
The text was updated successfully, but these errors were encountered: