fcmxmppserver icon indicating copy to clipboard operation
fcmxmppserver copied to clipboard

add `disconnect()` method

Open MiROK-Replication opened this issue 2 years ago • 0 comments

I find that the XMPP connection opened in CcsClient.connect() never closed, which may cause resource leaks. To this end, I add a CcsClient.disconnect() method to make developers can close the connection. Are there potential resource leaks? Please confirm this, Thanks!

MiROK-Replication avatar Jan 29 '23 09:01 MiROK-Replication