WrathChaos/StompClientLib

I think there is a memory leak for the delegate

surelax opened this issue · 1 comments

Hi,
I have read the source code and the example. I think you should make the delegate a weak property, otherwise there is a very high chance to get the strong reference cycle between the delegate and the stompClient object.

Hello @surelax,
Thank you for your awesome feedback :) I will check it out when I have time :)