scaleApp
scaleApp copied to clipboard
Subscribe (sandbox.on) to all events
Hey..
I would really like a subscribe to anything-option for the built in meditator. something like
sandbox.on(function(msg, ...) {
});
or
sandbox.on('*', function(msg, ...) {
});
As an option you could create a channel with the name * and pipe all events to it.