Closed MattiaPispisa closed 3 years ago
The create-queue, consume, listen part looks correct. Not sure what could cause this behavior unless you have another consumer running in the background that consumes messages off the queue and thus starves this consumer.
I wonder if you would get the same issue if you used an exchange.
Hi,
I'm using dart_ampq to listen a queue like in your example. I am testing the application on an android emulator. After a while, the application no longer listens to the queue and does so without invoking any error or without executing any print (see code below)
Am I doing something wrong ?