Using SignalR in Azure Worker Roles

前端 未结 5 1582
清酒与你
清酒与你 2021-02-05 18:53

I have an Azure hosted web application which works alongside a number of instances of a worker role. Currently the web app passes work to these workers by placing messages in an

5条回答
  •  一整个雨季
    2021-02-05 19:16

    You can use your worker roles as SignalR clients, so they will send messages to the web role (which is SignalR server) and the web role in turn will forward messages to clients.

提交回复
热议问题