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 hope to set the timeout of this method to 5 minutes, but this setting did not take effect. No matter how I tried, the request would throw a reactor.core.Exceptions$ReactiveException: java.net.SocketTimeoutException: timeout after 60 seconds. I am sure that accessing this API directly or through the dapr http interface can handle requests exceeding 1 minute. I don't know how to write the code to make it work.
The text was updated successfully, but these errors were encountered:
I am planning to use daprClient.invokeMethod to execute a remote method. The approximate code is as follows:
I hope to set the timeout of this method to 5 minutes, but this setting did not take effect. No matter how I tried, the request would throw a reactor.core.Exceptions$ReactiveException: java.net.SocketTimeoutException: timeout after 60 seconds. I am sure that accessing this API directly or through the dapr http interface can handle requests exceeding 1 minute. I don't know how to write the code to make it work.
The text was updated successfully, but these errors were encountered: