问题
Looks like GlobalHost.HubPipeline.EnableAutoRejoiningGroups() has disappeared in 1.0 final release of SignalR.
However there is no mention of where it went in the release notes and no clue how to get this functionality back.
Anybody knows what happened?
回答1:
Found comment in the source tree:
EnableAutoRejoining has been removed from HubPipeline. This feature is turned on by default.
来源:https://stackoverflow.com/questions/14967575/enableautorejoininggroups-disappeared-in-signalr-1-0