CC: | toby.corkindale [...] strategicdata.com.au |
Subject: | missing "wait for frame" method call. |
Hi,
As far as I can tell, there is no way to do a "wait for frame" call in
this module. (As of version 0.2.2)
This is an important consideration - without this, one must resort to
doing a busy-wait loop over get(), which isn't efficient at all.
The rabbitmq library you're using has a amqp_simple_wait_frame() method,
which is, I think, the one you should be exposing.
Toby