skariel / webalchemy

Modern web development with Python
MIT License
346 stars 21 forks source link

implement fast & silent reconnections #136

Open skariel opened 10 years ago

skariel commented 10 years ago

Silent: give the app a choice whether to display a note on reconnection Fast: no need to create a new app when reconnecting. Just don;t delete it when connection is closed, at least for a given time, and then use that app with the newly created socket connection