EnableAutoRejoiningGroups disappeared in SignalR 1.0

守給你的承諾、 提交于 2019-12-31 02:58:26

问题


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

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!