dart_amqp icon indicating copy to clipboard operation
dart_amqp copied to clipboard

Dart AMQP client implementing protocol version 0.9.1

Results 22 dart_amqp issues
Sort by recently updated
recently updated
newest added

Fix error : [ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: type 'ConcurrentModificationError' is not a subtype of type 'Exception'. When there are a lot of messages - periodically ConcurrentModificationError is displayed. This occurs due...

I have a RabbitMQ broker in localhost in the port 15672 and I am trying to connect using your library to be able to listen messages through AMQP. I could...