gmr / rabbitpy

A pure python, thread-safe, minimalistic and pythonic RabbitMQ client library
http://rabbitpy.readthedocs.org
BSD 3-Clause "New" or "Revised" License
242 stars 58 forks source link

File descriptor #113

Closed maandree closed 6 years ago

maandree commented 6 years ago

Is there a way to get the file descriptor of the socket that is being used, I need it so I can use epoll?

gmr commented 6 years ago

I'm confused as to why one would use epoll on top of the library. I'm going to close this because it's old, but if it's still a desired thing, I'm open to discussing.