RoboPython / flaskStarter

A basic flask app
0 stars 0 forks source link

Page not reloading after EventSource closed. #12

Closed ob6160 closed 9 years ago

ob6160 commented 9 years ago

After EventSource connection is terminated server doesn't serve any further pages.

Hoolean commented 9 years ago

Note: this will likely become an issue again when we begin to test asynchronous usage, as Flask is not capable of serving the SSEs and other pages concurrently. Issue #11 should provide a fix for this.

RoboPython commented 9 years ago

Fixed. For loop broken out of in the app.py