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

gevent support in streaming.py ReadBuffer #651

Closed
alexjc opened this issue Sep 11, 2015 · 1 comment
Closed

gevent support in streaming.py ReadBuffer #651

alexjc opened this issue Sep 11, 2015 · 1 comment
Labels
Improvement This is regarding an improvement to an existing feature Question This is a question
Milestone

Comments

@alexjc
Copy link

alexjc commented Sep 11, 2015

Tweepy's custom implementation of a read buffer without using sockets doesn't work using gevent's cooperative scheduling. gevent normally patches sockets and can handle code that uses its patched sockets transparently. However, Tweepy circumvents this.

Is there a way to make this work? Has anyone tried?

@Harmon758
Copy link
Member

This should now be resolved with 37e701e.

@Harmon758 Harmon758 added Improvement This is regarding an improvement to an existing feature Question This is a question labels Apr 29, 2021
@Harmon758 Harmon758 added this to the 4.0 milestone Apr 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Improvement This is regarding an improvement to an existing feature Question This is a question
Projects
None yet
Development

No branches or pull requests

2 participants