Allow multiple calls to HubConnectionBuilder.Build
Open
affected-very-few
area-signalr
enhancement
severity-minor
- Dominant language
- C#
- Stars
- 38.4k
- Forks
- 10.9k
- Avg merge
- 2d 10h
- Merged PRs (30d)
- 281
Description
Right now we, somewhat arbitrarily, stop you from calling `HubConnectionBuilder.Build` more than once. We should consider allowing multiple calls. It makes it easier to "recreate" connections from scratch.
We should do a little historical investigation as to why we didn't do this in the first place.
Contributor guide
Assessment
This issue has not been assessed yet.