I want to use signalR with MVC5. I found two or more nice tutorials but I have one question.
What to use:
$.hubConnection
or $.connection
As far I understood, first always connect to hub, second use persisted connection. What is better?
I want to use signalR with MVC5. I found two or more nice tutorials but I have one question.
What to use:
$.hubConnection
or $.connection
As far I understood, first always connect to hub, second use persisted connection. What is better?