-
Notifications
You must be signed in to change notification settings - Fork 10.6k
Support automatic reconnect in the TypeScript client #8709
Copy link
Copy link
Closed
Labels
DoneThis issue has been fixedThis issue has been fixedacceptedThis issue has completed "acceptance" testing (including accessibility)This issue has completed "acceptance" testing (including accessibility)area-signalrIncludes: SignalR clients and serversIncludes: SignalR clients and serverscost: LWill take from 5 - 10 days to completeWill take from 5 - 10 days to completefeature-client-javascriptRelated to the SignalR JS clientRelated to the SignalR JS client
Milestone
Metadata
Metadata
Assignees
Labels
DoneThis issue has been fixedThis issue has been fixedacceptedThis issue has completed "acceptance" testing (including accessibility)This issue has completed "acceptance" testing (including accessibility)area-signalrIncludes: SignalR clients and serversIncludes: SignalR clients and serverscost: LWill take from 5 - 10 days to completeWill take from 5 - 10 days to completefeature-client-javascriptRelated to the SignalR JS clientRelated to the SignalR JS client
Type
Fields
Give feedbackNo fields configured for issues without a type.
Epic #8797
Split from #5282
We will support automatic reconnect in 3.0 without message replay. We will also allow customization of the reconnect logic. This will be opt-in via a
HubConnectionBuilderoption. The default behavior will continue to be manual reconnection.