You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to get rid of patch_all() call in flask-socketio? Monkey-patching environment causes numerous bugs in other packages (see similar issue with grequests: spyoungtech/grequests#8).
The text was updated successfully, but these errors were encountered:
👍 on this. I'm using flask-socketio w/ celery (prefork not gevent) and the internal monkey patch is messing me up. The problem is that I need to point celery at a module that imports socketio (which automatically does the monkey patch). Instead, I'd prefer to do the monkey patch myself when I run the server.
Is it possible to get rid of patch_all() call in flask-socketio? Monkey-patching environment causes numerous bugs in other packages (see similar issue with grequests: spyoungtech/grequests#8).
The text was updated successfully, but these errors were encountered: