Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: remove broadcast from socketio.emit #1202

Merged
merged 1 commit into from
Mar 21, 2023

Conversation

jczhong84
Copy link
Collaborator

Recently there is a version upgrade of python-socketio to v3.8.0 breaks Querybook due to this change , which remove the **kwargs from the .emit function, while we're passing a parameter of broadcast today.

The broadcast parameter is actually on the flask_socketio.emit, not on the SocketIO.emit() ,while we're using the latter.

@jczhong84 jczhong84 requested a review from czgu March 21, 2023 18:29
@czgu czgu merged commit cf96f9a into pinterest:master Mar 21, 2023
@jczhong84 jczhong84 deleted the fix/socketio branch April 7, 2023 00:40
rohan-sh1 pushed a commit to CAI-TECHNOLOGIES/cai-ext-db-explorer that referenced this pull request Apr 11, 2023
aidenprice pushed a commit to arrowtail-precision/querybook that referenced this pull request Jan 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants