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
I've been using the angular loading directive 0.8 for sometime with great success. Just recently, it started to not go away, even though it appears all XHR requests have completed - determined by monitoring Chrome's network monitor tab.
How can I debug the problem? This plugin is just looking at open XHR requests, right? I do have 2 open web socket connections, but this never seemed to bother it before.
Any guidance to help get to the bottom of this is appreciated.
Thanks.
The text was updated successfully, but these errors were encountered:
Hello, I found this #50 which led me to find an exception happening in my app w/in angular stack - an uncaught exception on parsing an invalid JSON response. Too bad there is no way to guard against it. This issue can, of course, be closed. Sorry for the noise.
I've been using the angular loading directive 0.8 for sometime with great success. Just recently, it started to not go away, even though it appears all XHR requests have completed - determined by monitoring Chrome's network monitor tab.
How can I debug the problem? This plugin is just looking at open XHR requests, right? I do have 2 open web socket connections, but this never seemed to bother it before.
Any guidance to help get to the bottom of this is appreciated.
Thanks.
The text was updated successfully, but these errors were encountered: