sharing a python object in realtime between socketIO and flask app
I’m working with a web app that is based on socketIO and flask. The problem is that i have a shared object that is changed when a post request is done. However, these changes are not always visible when socketio.emit is called.