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
Hi, first of all thanks for the great lib.
I'm trying to find a way to check if the received message have the Retained Flag set.
In other words i need to recognize if the received message is a retained message or a standard (not retained) one.
I've check onMessageAdvanced() but i don't see a way to get the information i need.
Am i missing something or actually this information is not available via the callback method ?
TIA