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
The connected listener callback currently doesn't provide access to the CONNACK and instead this is only accessible in the initial connect CompletableFuture; CONNACK should be accessible within the connected listener callback.
🔈 Motivation
Useful to view session present flag on reconnect to perform any business logic and/or logging.