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
Description:
Currently there is no way of defining timeout value for gRPC service and client when initializing. We need to give support to define timeout as endpoint configuration.
The text was updated successfully, but these errors were encountered:
daneshk
changed the title
[gRPC] Implement resiliency support in service/client
[gRPC] Enable support to configure socket timeout in service/client connection
Nov 9, 2018
daneshk
changed the title
[gRPC] Enable support to configure socket timeout in service/client connection
[gRPC] Enable support to configure socket timeout in service/client endpoint
Nov 9, 2018
NOTE: Server socket timeout is not supported currently due to an issue wso2/transport-http#284 in transport layer. Server waits forever regardless of timeout time.
Description:
Currently there is no way of defining timeout value for gRPC service and client when initializing. We need to give support to define timeout as endpoint configuration.
The text was updated successfully, but these errors were encountered: