hbc proper termination, hbd config reloadable

This commit is contained in:
Andreas Wrede
2026-04-02 07:17:00 -04:00
parent 84c1aef51f
commit c5770006f7
15 changed files with 612 additions and 62 deletions
-1
View File
@@ -51,7 +51,6 @@ def test_hosts_api():
print(f"Found {len(hosts)} hosts:\n")
for host in hosts:
name = host.get('name', 'unknown')
ver = host.get('ver', 0)
dyn = host.get('dyn', False)
conn_count = len(host.get('connections', []))