Call specific client from SignalR

前端 未结 5 1150
孤独总比滥情好
孤独总比滥情好 2020-11-30 22:07

I want to call specific client from server, and not broadcast to all of them. Problem is that I\'m in scope of some AJAX request (in .aspx codebehind let say), and not in Hu

5条回答
  •  萌比男神i
    2020-11-30 22:56

    See the docs for the latest:

    Persistent connections - https://github.com/SignalR/SignalR/wiki/PersistentConnection

    Hubs - http://www.asp.net/signalr/overview/guide-to-the-api/hubs-api-guide-server

提交回复
热议问题