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.socket doesn't yield control when used to patch the underlying socket for a pubsub connection #18

Open
jpmelos opened this issue Apr 15, 2021 · 0 comments

Comments

@jpmelos
Copy link
Contributor

jpmelos commented Apr 15, 2021

Issue for further investigating #16, which shipped support for unpatched processes using gevent with an implementation that relies on gevent.select to detect when there's a new message in the pubsub channel. The original idea was the supprt that by replacing the underlying socket of the pubsub connection with a gevent.socket, so it would yield control to the event loop while waiting for a message in the pubsub channel.

@jpmelos jpmelos changed the title gevent.socket doesn't yield control when used to patch the underlying socket for a gevent.socket doesn't yield control when used to patch the underlying socket for a pubsub connection Apr 15, 2021
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

No branches or pull requests

1 participant