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 issue - 2144. Replace socketio.py #93

Closed
wants to merge 1 commit into from

Conversation

balaji2711
Copy link
Contributor

Based on the comments from @cyberw, I have fixed the issue - locustio/locust#2144. Please find the below code for the file - locust-plugins/locust_plugins/users/socketio.py. Please review and commit the code accordingly.

Hi @cyberw,

I have modified the socketio.py file. Please review and merge this pull request. Thanks.

Regards,
Balaji.

Based on the comments from @cyberw, I have fixed the issue - locustio/locust#2144. Please find the below code for the file - locust-plugins/locust_plugins/users/socketio.py. Please review and commit the code accordingly.
@cyberw
Copy link
Collaborator

cyberw commented Jul 29, 2022

Hi!

Looks like you have added a completely new file instead of modifying the old one?

And added some comments in python file itself?

And called the parameter **options instead of the standard **kwargs?

And not used the double-splat when forwarding it on line 28? That cant even work, can it?

@balaji2711
Copy link
Contributor Author

Hi @cyberw,

Thanks for your review comments. I have raised another pull request. Please review and let me know if there are any review comments.
#94

@cyberw cyberw closed this Jul 29, 2022
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