SignalR 2.0 .NET console client SignalR 2.0 .NET console client asp.net asp.net

SignalR 2.0 .NET console client


Shouldn't you declare your hubProxy event handler as this?

hubProxy.On<string, string>("Send", (name, message) => {   Console.WriteLine("Incoming data: {0} {1}", name, message);});