In a situation where a ---
or
Node.js server (and also upgrades the connection)Question :
If the server now wants to initiate message sending , does it dedicate a new thread to do it ? because if it does , I can't see how signalR||Node.js is scalable because sending a message to a 100K users , can crash the system.
or am I missing something :-) ?
For SignalR the number of threads has no correlation to the number of sockets open to clients.
So answer is No.