Firefox Doesn't Restore Server-sent Events Connection
Test case implemented with Python and CherryPy: import cherrypy, time class Root(): @cherrypy.expose def index(self): return r'''
Solution 1:
The bug is fixed in Firefox 36.
Solution 2:
The spec on this stuff is in flux and there is a number of open spec issues related to the reconnection behavior that the spec proposes. I wouldn't rely on any specific reconnection behavior until the spec stabilizes a lot more than it has so far.
Post a Comment for "Firefox Doesn't Restore Server-sent Events Connection"