rabbitmq-objc-client
rabbitmq-objc-client copied to clipboard
RabbitMQ client for Objective-C and Swift
As per https://github.com/ruby-amqp/bunny/commit/21e39b9b Looks like it needs connection recovery first.
We currently trust the server during handshaking. We should verify that a sent message gets its expected reply.
### Describe the bug Connection is dropped shortly after success because of absent heartbeat. ### Reproduction steps 1. Update to 0.12.0 2. Create an RMQConnection instance with some heartbeat interval,...
Hi! Since updating Xcode supporting of iOS 16, my app crashes almost each day in different cases. Here the stacktrace where you may see it happens in RMQClient: `Exception Type:...
### Describe the bug If installed using carthage (as per the installation guide), a build error occurs for the CocoaAsyncSocket dependency: ``` The macOS deployment target 'MACOSX_DEPLOYMENT_TARGET' is set to...