FiloSottile / litetlog

A collection of liteweight transparency logging tools, compatible with the Sigsum and Omniwitness ecosystems.
ISC License
9 stars 3 forks source link

litebastion: Remove backends after SIGHUP? #10

Open rgdd opened 5 months ago

rgdd commented 5 months ago

Reload with SIGHUP works as expected when adding backends. When removing backends and doing SIGHUP, already connected backends stay connected even if they are not in the configuration anymore. This behavior might be unexpected - WDYT @FiloSottile?