jquery - SignalR: Cannot read property 'hub' of undefined? -
I am trying to add signal R to my MVC application. Signal R is well loaded and in the right order
< / P>
But still when i $ I am trying to read Connection.hub.start () , I am getting this error down
One more thing when I made the
console.log ($ Connection) to Jquery.signalr * .js was found in the file
$ .connection in the console
sign you R may need to start callback after the load, especially when the script is loaded on to dynamically embedded in the document.
Comments
Post a Comment