You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Upgraded to 0.5.1 from 0.5rc, and I'm debugging on localhost (using VS2010 to debug IE9 client-side code).
If I navigate off of a page that is connected to a hub, then VS2010 trips into the debugger within the following ForeverFrame reconnect code block because connection.frame is null (so trying to set frame.src fails).
reconnect: function(connection){varthat=this;window.setTimeout(function(){varframe=connection.frame,src=transportLogic.getUrl(connection,that.name,true)+"&frameId="+connection.frameId;connection.log("Upating iframe src to '"+src+"'.");frame.src=src;},connection.reconnectDelay);},
The text was updated successfully, but these errors were encountered:
Upgraded to 0.5.1 from 0.5rc, and I'm debugging on localhost (using VS2010 to debug IE9 client-side code).
If I navigate off of a page that is connected to a hub, then VS2010 trips into the debugger within the following ForeverFrame reconnect code block because connection.frame is null (so trying to set frame.src fails).
The text was updated successfully, but these errors were encountered: