Should Skogul have a second type of auto-modules "with nesting"? #199
Labels
core/modules
Anything dealing with the general module support
enhancement
New feature or request
help wanted
Extra attention is needed
With the introduction of Automake: true in modules, several modules are made implicitly on demand. However, this only works if the module is the last one on a chain. But for a number of modules, it could make sense to have them made with a single argument, being the next candidate.
E.g.: For fallback and dupe sender, it's sensible to add a detach-sender between them and the next senders used. Or possibly a batch sender with a reasonable default value.
I don't have any idea how to do this right now, or how it would look, but it bothers me that I'm considering adding "Detach: true/false" to the dupe and fallback senders.
The text was updated successfully, but these errors were encountered: