Getting started with SignalR
Follows on from previous post: Real-time SignalR and Angular 2 dashboard
I had a couple of questions from someone who forked the project on GitHub and is using it as the basis for their own custom dashboard, which reminded me that there are a few key things I picked up on my learning journey that I should share. These are primarily focused around SignalR aspects.
An instance of a SignalR hub is created for each request A single instance is not shared across all clients connected to that hub.
[Read More]