SignalR and IIS recycle

限于喜欢 提交于 2020-01-04 05:31:09

问题


i want to create a server that send notifications to client using SignalR - using groups suppose that my site was recycled - what will happen to the groups as they are not persist


回答1:


You would need to persist your groups in external permanent storage. Look for more details here: http://www.asp.net/signalr/overview/hubs-api/working-with-groups



来源:https://stackoverflow.com/questions/18111304/signalr-and-iis-recycle

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