Sending Messages to Specific Clients
Learn to enable self-messages.
Overview
In the previous section, we learned to send SignalR messages to all the connected clients except the sender. Now, we'll do the opposite. We'll send messages only back to the sender. The built-in property on the Clients
property of the Hub
base ...