The current implementation just allows to create one instance of amqp-rpc. Multiple instances would all use the same reply queue, but just one instance will get the reply. There is no guarantee the this instance will hold the callback in __results_cb.
The current implementation just allows to create one instance of amqp-rpc. Multiple instances would all use the same reply queue, but just one instance will get the reply. There is no guarantee the this instance will hold the callback in
__results_cb.