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
Is your feature request related to a problem? Please describe the problem.
Will the HTTP dynamic proxy consider defining the request timeout on the interface? Because in actual use, we may need to set different timeouts for different remote methods.
Describe the solution you'd like
In the current configuration, a unified timeout can only be set for HttpClient in the AbpHttpClientBuilderOptions configuration, and cannot be set for a specific remote method name. I'm wondering if I can use Attribute to mark it, or leave some expansion possibilities when proxying client requests?
Additional context
No response
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
Is your feature request related to a problem? Please describe the problem.
Will the HTTP dynamic proxy consider defining the request timeout on the interface? Because in actual use, we may need to set different timeouts for different remote methods.
Describe the solution you'd like
In the current configuration, a unified timeout can only be set for HttpClient in the AbpHttpClientBuilderOptions configuration, and cannot be set for a specific remote method name. I'm wondering if I can use Attribute to mark it, or leave some expansion possibilities when proxying client requests?
Additional context
No response
The text was updated successfully, but these errors were encountered: