rabbitmq / rabbitmq-objc-client

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

[RMQQueuingConnectionDelegateProxy retain cycle #207

Closed 541278903 closed 1 year ago

541278903 commented 1 year ago

in file "RMQQueuingConnectionDelegateProxy.h"

property id delegate need to use weak

use weak to fix retain cycle

michaelklishin commented 1 year ago

Duplicate of #206. You again provided no evidence, filing duplicate issues will get you banned from this org.

michaelklishin commented 1 year ago

@541278903 if you understand what the problem is, please submit a PR. This is open source software. I'd be happy to run all test suites for you.

Claims that "X has to do Y" leave maintainers guessing, and we do not guess on this team.

541278903 commented 1 year ago

OK,i will do better next