SignalR WithAutomaticReconnect should also handle initial connection failure
Open
affected-few
area-signalr
enhancement
severity-minor
- Dominant language
- C#
- Stars
- 38.4k
- Forks
- 10.9k
- Avg merge
- 2d 6h
- Merged PRs (30d)
- 290
Description
### The issue
Current WithAutomaticReconnect is useless. Because the code to handle initial connection failure and reconnection after error is essentially the same. So I just have to write my own reconnection code and use it.
### Describe the solution you'd like
WithAutomaticReconnect to also handle initial connection attempt
Contributor guide
Assessment
This issue has not been assessed yet.