Open grrowl opened 7 years ago
Add an optional scope key to action.meta, don't gossip those actions to peers unless they've specifically requested a subscription to that scope.
action.meta
redux-scuttlebutt
scuttlebutt
filter
Thinking back, we might need to extend the underlying protocol to ensure when initial subscription occurs, we replay all old actions, or use a timestamp counter per-scope.
Add an optional scope key to
action.meta
, don't gossip those actions to peers unless they've specifically requested a subscription to that scope.redux-scuttlebutt
, withoutscuttlebutt
protocol changes. We control thefilter
function.