Quantcast
Channel: Ignite Realtime: Message List
Viewing all articles
Browse latest Browse all 12000

Re: Possible resource leak?

$
0
0

You don't have to modify Smack.  You simply have to add something along these lines anywhere in Spark. This is the workaround to the current leak.

 

KeepAliveManager.addFailedPingListener(new PingFailedListener()     

    {          

        public void pingFailed()          

        {}

    });


Viewing all articles
Browse latest Browse all 12000

Trending Articles