SignalR polling database for updates

后端 未结 2 978
日久生厌
日久生厌 2020-12-14 05:23

I\'m hoping to use SignalR to provide updates to the client, the updates are going to come from a message table which is updated when things happen across the application..<

2条回答
  •  自闭症患者
    2020-12-14 05:36

    Sorry that this solution is not signalR, but maybe you can get ideas from it.

    Here is the full example for download on GitHub

提交回复
热议问题