The `Event` variant is sent only if the event ID was never seen. The `Message` variant is sent always, except for the `EVENT` msg if you have a persistent database enabled and the event was already stored.
Login to reply
Replies (2)
very cool. is whether an Event variant is considered "seen" or not persistent between client runs even if the persistent database is not enabled?
No, if persistent database is not enabled the "seen" set is stored in RAM. So, if you stop and re-start the client you'll receive the Event notification again.