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
With flask_socketio installed, running a non-socketIO application with 'flask run' still invokes
flask_socketio.cli:run command. Which then fails when fetching app.extensions['socketio']
This is possibly a 'feature' not a bug. Maybe just a check
that app.extensions['socketio'] exists and otherwise run "normally"
The text was updated successfully, but these errors were encountered:
With flask_socketio installed, running a non-socketIO application with 'flask run' still invokes
flask_socketio.cli:run command. Which then fails when fetching app.extensions['socketio']
This is possibly a 'feature' not a bug. Maybe just a check
that app.extensions['socketio'] exists and otherwise run "normally"
The text was updated successfully, but these errors were encountered: