Add intermediate HubConnection states in Java client
Open
affected-few
area-signalr
enhancement
severity-minor
- Dominant language
- C#
- Stars
- 38.4k
- Forks
- 10.9k
- Avg merge
- 2d 10h
- Merged PRs (30d)
- 281
Description
After looking at our locking and state transitions, we should add intermediate connection states `Connecting` and `Disconnecting`. This is for better handling potential races between starting and stopping a connection.
Context: https://github.com/aspnet/AspNetCore/pull/12078#issuecomment-511047445
Contributor guide
Assessment
This issue has not been assessed yet.