Files
mostlymatter/app
Agniva De Sarker 88fecdb1a3 MM-21396: fix duplicate channel cluster invalidations (#13537)
While invalidating a channel, we send out a cluster message
from the app layer as well as from the localcachelayer.

This causes multiple redundant messages to be sent out.

And additionally multiple cluster handlers were being registered
from the app layer as well as the localcachelayer.

We fix this by removing the cluster broadcast from the app layer
and directly calling the store method. We also remove
the duplicate event handler registration.
2020-01-06 23:07:08 +05:30
..