mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-28 09:58:30 +01:00
don't build a whole new client when mqtt disconnects
This commit is contained in:
parent
a16a34adc9
commit
01ec8395d3
1 changed files with 1 additions and 2 deletions
|
@ -623,8 +623,7 @@ public class MQTTUtils extends Thread
|
||||||
@Override
|
@Override
|
||||||
public void connectionLost( Throwable cause )
|
public void connectionLost( Throwable cause )
|
||||||
{
|
{
|
||||||
Log.d( TAG, "%H.connectionLost(%s)", this, cause );
|
Log.d( TAG, "%H.connectionLost(cause=%s)", this, cause );
|
||||||
clearInstance();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Reference in a new issue