dotnet/aspnetcore

"stateChanged" missing from Typescript SignalR lifetime events?

Open

#17,900 opened on Dec 16, 2019

View on GitHub
 (9 comments) (0 reactions) (0 assignees)C# (10,653 forks)batch import
affected-very-fewapi-suggestionarea-signalrenhancementhelp wantedseverity-minor

Repository metrics

Stars
 (37,933 stars)
PR merge metrics
 (Avg merge 9d 17h) (156 merged PRs in 30d)

Description

Describe the bug

onreconnecting, onreconnected, onclose, and the event from start() are the only ones supported currently in the Typescript client, is this correct?

To Reproduce

Attempt to use stateChanged ..

Further technical details

SignalR for Typescript version 3.1.0.

Contributor guide