Skip to:
In MultiUserChat enter() if
presence = connection.createStanzaCollectorAndSend(responseFilter, joinPresence).nextResultOrThrow(conf.getTimeout());
throws a NotConnectedException, the messageCollector created a few lines above is not canceled causing a memory leak.
In MultiUserChat enter() if
presence = connection.createStanzaCollectorAndSend(responseFilter, joinPresence).nextResultOrThrow(conf.getTimeout());
throws a NotConnectedException, the messageCollector created a few lines above is not canceled causing a memory leak.