So to understand the intent correctly: you want to be able to return from the callback without the request context being replied to, instead you want to stow away the context somewhere and invoke its .reply() later from another scope, e.g. within some timer or io callback? ubus: add ...
Pull Request What does this PR do? Update some links to the documentation (URL was wrong or not existing) PR checklist Please check if your PR fulfills the following requirements: Does this PR fix an existing issue, or have you listed the changes appli
Maintainer: me Compile tested: only script changes Run tested: x86_64, APU3, OpenWrt master Description: The hotplug scripts are called with every state change. When called, the scripts are process...