rabbitmq / rabbitmq-objc-client

RabbitMQ client for Objective-C and Swift
https://rabbitmq.com
Other
243 stars 84 forks source link

RMQQueuingConnectionDelegateProxy retain cycle #206

Closed 541278903 closed 2 years ago

541278903 commented 2 years ago

"RMQQueuingConnectionDelegateProxy.h"

@property (nonatomic, readwrite) id delegate;❌

@property (nonatomic, readwrite, weak) id delegate; ✅

michaelklishin commented 2 years ago

@541278903 submitting an issue to the wrong repo without any details, data or evidence, and pointing to the wrong file ❌ Submitting to a pull request to the right repo with evidence from diagnostics tools

michaelklishin commented 2 years ago

Without further evidence I'd assume that this is a duplicate of #197.