brubeck icon indicating copy to clipboard operation
brubeck copied to clipboard

gevent_zeromq depriciated

Open steamraven opened this issue 12 years ago • 2 comments

gevent_zeromq had been moved into the main distribution of pyzmq as pyzmq.green as of pyzmq 2.2.0.2

steamraven avatar Oct 24 '12 20:10 steamraven

It appears that although request_handling.py defines functions for coroutine spawning from a pool: coro_spawn, nothing actually uses it. I think the best place for this would be in recv_forever_ever in the Connection subclasses.

steamraven avatar Oct 25 '12 14:10 steamraven

This is true. I was waiting on someone to apply a patch that covers that, but I will have to do it myself very soon.

That's great to hear about gevent_zeromq being moved.

j2labs avatar Nov 26 '12 04:11 j2labs