SignalR - Establishing Connection Taking quite a long time
问题 I have just started working with SignalR for realtime update. I need to perform some operation after the connection is established. so I have written that code in .done() method. The issue I am facing is : establishing connection takes some time and due to that I am not able to perform the operation which I am intended to. Following code snippet of my js. $(function () { // Proxy created on the fly projectHub = $.connection.projectHub; $.connection.hub.logging = true; // Start the connection