I’ve noticed there’s a SignalR.SqlServer class on github.
https://github.com/paigecook/SignalR/tree/master/SignalR.SqlServer
Wondering if I can use it to listen for database updates and send them to the client?
If yes, is there any documentation/examples on this feature?
Answers:
Thank you for visiting the Q&A section on Magenaut. Please note that all the answers may not help you solve the issue immediately. So please treat them as advisements. If you found the post helpful (or not), leave a comment & I’ll get back to you as soon as possible.
Method 1
No you can’t. This is an implementation of SignalR’s IMessageBus on top of SQL Server. It allows you to use SignalR in a webfarm, using Sql server as the backplane to communicate messages to all webnodes.
All methods was sourced from stackoverflow.com or stackexchange.com, is licensed under cc by-sa 2.5, cc by-sa 3.0 and cc by-sa 4.0