fabrix icon indicating copy to clipboard operation
fabrix copied to clipboard

feat(): config proxy should emit on change

Open scott-wyatt opened this issue 6 years ago • 0 comments

fabrix has a root configuration proxy where it stores and retrieves its famous tuples. Fabrix is also an event emitter. It should:

  • [ ] should emit when config is updated using .set after all the map merging is done.

This will allow for the cluster module to notify workers when a change has happened in the config via messaging!

scott-wyatt avatar Sep 10 '19 12:09 scott-wyatt