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 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 withcache: false
may solve this issue.