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
the real time message relies on the "pending ajax request", but in IE 9.0 , the ajax request will return the 304 status code without pending , there will be a Infinite loop , cause the browser hang.
jquery library can send ajax with cache: false may solve this issue.
The text was updated successfully, but these errors were encountered:
the real time message relies on the "pending ajax request", but in IE 9.0 , the ajax request will return the
304
status code without pending , there will be a Infinite loop , cause the browser hang.jquery library can send ajax with
cache: false
may solve this issue.The text was updated successfully, but these errors were encountered: