mirror of
https://github.com/Control-D-Inc/ctrld.git
synced 2026-02-03 22:18:39 +00:00
Change DNS listener context from parent context to background context so that listeners continue running during configuration reloads. Listener configuration changes require a service restart, not reload, so listeners must persist across reload operations. This prevents DNS listeners from being terminated when the parent context is cancelled during reload operations.