Hi all,
I have a live view LV which is subscribed to a pubsub topic T.
I broadcast messages to T and I handle them in LV with the standard handle_info.
When LV receives a message of the form {:job_done, job_details} it creates a notification about that.
Problem is if I have 3 tabs open I have 3 LV that receive that message and 3 notifications are created.
What can I do to avoid that?
Cheers!






















