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

Update python-socketio to 1.8.0 #534

Closed
BertrandBordage opened this issue Aug 28, 2017 · 2 comments
Closed

Update python-socketio to 1.8.0 #534

BertrandBordage opened this issue Aug 28, 2017 · 2 comments
Assignees
Labels

Comments

@BertrandBordage
Copy link

I’ve been through a lot of issues others also faced: 400 & 500 errors, “Invalid frame header”, “Opcode -1” and memory leak.

I also had an issue with one of the latest changes of this project: the ignore_queue argument that was passed to python-socketio, but since I was on an old version (1.6.0), it was not handled correctly, randomly triggering 500 errors.

After updating to python-socketio 1.8.0, all these issues were resolved.
So setup.py has to be updated to require at least python-socketio 1.8.0.

@miguelgrinberg
Copy link
Owner

I agree regarding ignore_queue, I should have bumped the requirements. But that came in the 1.6.1 release of the Socket.IO server. Were there any other issues that required going to 1.8, or was that the only release that you tested?

@miguelgrinberg miguelgrinberg self-assigned this Aug 28, 2017
@BertrandBordage
Copy link
Author

It’s the only version I tested.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants