mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-27 09:58:45 +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
|
||||
public void connectionLost( Throwable cause )
|
||||
{
|
||||
Log.d( TAG, "%H.connectionLost(%s)", this, cause );
|
||||
clearInstance();
|
||||
Log.d( TAG, "%H.connectionLost(cause=%s)", this, cause );
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in a new issue