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
Right now an emit by a cell is received by all subscribers, they have to filter the topic on their own. To keep the business logic clean and also to allow more generic behaviours a filtered subscription would be useful (function or list of topics).
The text was updated successfully, but these errors were encountered:
Right now an emit by a cell is received by all subscribers, they have to filter the topic on their own. To keep the business logic clean and also to allow more generic behaviours a filtered subscription would be useful (function or list of topics).
The text was updated successfully, but these errors were encountered: