Greetings all!

I'm running into a problem using the qpid.messaging python client.  I'm
trying to quickly poll for messages using
endpoints.Receiver.fetch(timeout=0).  Unfortunately, doing so still blocks
for me on occasion.

Further investigation reveals that the process is waiting in one of the
many calls to _ecwait() from fetch().  It would appear that the timeout is
not passed along to these calls.  Is this intended behavior?  If it's not
intended behavior, would a patch be considered if I were to submit one?

Many thanks!
  Phil

Reply via email to