XMPPClient from TigaseSwift cannot be released from the memory (even after removing last reference from client code to it) as it has internal circular dependencies. This needs to be solved to make it possible to add/remove instances of XMPPClient which clients such as SiskinIM and BeagleIM are already doing.
XMPPClient
from TigaseSwift cannot be released from the memory (even after removing last reference from client code to it) as it has internal circular dependencies. This needs to be solved to make it possible to add/remove instances ofXMPPClient
which clients such as SiskinIM and BeagleIM are already doing.