-
Notifications
You must be signed in to change notification settings - Fork 10.7k
Add intermediate HubConnection states in Java client #12138
Copy link
Copy link
Open
Labels
affected-fewThis issue impacts only small number of customersThis issue impacts only small number of customersarea-signalrIncludes: SignalR clients and serversIncludes: SignalR clients and serversenhancementThis issue represents an ask for new feature or an enhancement to an existing oneThis issue represents an ask for new feature or an enhancement to an existing oneseverity-minorThis label is used by an internal toolThis label is used by an internal tool
Milestone
Metadata
Metadata
Assignees
Labels
affected-fewThis issue impacts only small number of customersThis issue impacts only small number of customersarea-signalrIncludes: SignalR clients and serversIncludes: SignalR clients and serversenhancementThis issue represents an ask for new feature or an enhancement to an existing oneThis issue represents an ask for new feature or an enhancement to an existing oneseverity-minorThis label is used by an internal toolThis label is used by an internal tool
Type
Fields
Give feedbackNo fields configured for Feature.
After looking at our locking and state transitions, we should add intermediate connection states
ConnectingandDisconnecting. This is for better handling potential races between starting and stopping a connection.Context: #12078 (comment)