Should we remove the timeout from ActorProxy by default
Open
breaking-change
kind/enhancement
- Dominant language
- C#
- Stars
- 1.2k
- Forks
- 378
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 5
Description
## Describe the proposal
ActorProxy uses a default `HttpClient` which comes with a 100 second timeout. This might be surprising, because users can add their own cancellation policies, but can't be more permissive than what the built-in timeout supports.
We're adding other mechanisms to give users control over this, but I wanted to raise the topic specifically - should we remove the default timeout? Have you been impacted by this?
Contributor guide
Assessment
This issue has not been assessed yet.