rabbitmq-objc-client icon indicating copy to clipboard operation
rabbitmq-objc-client copied to clipboard

RabbitMQ client for Objective-C and Swift

Results 20 rabbitmq-objc-client issues
Sort by recently updated
recently updated
newest added

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,...

bug

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...

bug