You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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 agevent.socket
, so it would yield control to the event loop while waiting for a message in the pubsub channel.The text was updated successfully, but these errors were encountered: