fix(comm): heartbeat IsActive uses the shared oldest-Up predicate; Host wires one delegate everywhere (plan R2-02 T4)

This commit is contained in:
Joseph Doherty
2026-07-13 09:50:44 -04:00
parent 3a5b885a44
commit 26dce8b69f
3 changed files with 16 additions and 23 deletions
@@ -833,7 +833,8 @@ akka {{
Props.Create(() => new SiteCommunicationActor(
_nodeOptions.SiteId!,
_communicationOptions,
dmProxy)),
dmProxy,
activeNodeCheck)),
"site-communication");
// Register local handlers with SiteCommunicationActor