You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
And I am facing the problem is FutureConnection#isConnectd() return the wrong status, the screenshot as below.
even the method FutureConnection#isConnected()
return false, after statement System.out.println("MQTT connected?" + connection.isConnected());,
run FutureConnection#subscribe(...)
and FutureConnection#publish(...)
are works fine and FutureConnection#receive()#await()
also received message well.
Please help to fix it.
The text was updated successfully, but these errors were encountered:
Hi
My mqtt-client version is 1.12
And I am facing the problem is
FutureConnection#isConnectd()
return the wrong status, the screenshot as below.even the method
FutureConnection#isConnected()
return false, after statement
System.out.println("MQTT connected?" + connection.isConnected());
,run
FutureConnection#subscribe(...)
and
FutureConnection#publish(...)
are works fine and
FutureConnection#receive()#await()
also received message well.
Please help to fix it.
The text was updated successfully, but these errors were encountered: