I am fixing a bug that caused by retain cycle between ECSignalingChannel and ECClient.
I found streamSignalingDelegates retain ECClient strongly in NSMutableDictionary from, so it has retain cycle. Should we avoid this retain cycle since subscribeClient and publish client should be released if needed after disconnection?
I am fixing a bug that caused by retain cycle between
ECSignalingChannelandECClient.I found
streamSignalingDelegatesretainECClientstrongly in NSMutableDictionary from, so it has retain cycle. Should we avoid this retain cycle since subscribeClient and publish client should be released if needed after disconnection?