I am trying to develop an app using dart_amqp and it is working fine when in debug mode.
But when I run the app on release mode, it can't connect to my Rabbit server:
ectionFailedException: Could not connect to MYSERVERADDRESS:5672 after 1 attempts. Giving up
Anyone have a clue about that could be causing this?
Hello everyone!
I am trying to develop an app using dart_amqp and it is working fine when in debug mode. But when I run the app on release mode, it can't connect to my Rabbit server:
Anyone have a clue about that could be causing this?