[BugFix] Fix "DP Coordinator receives unexpected..." messages (#37008)

Signed-off-by: Nick Hill <nickhill123@gmail.com>
This commit is contained in:
Nick Hill
2026-03-13 16:18:05 -07:00
committed by GitHub
parent 9efc4db965
commit 54a6db827f

View File

@@ -248,9 +248,9 @@ class DPCoordinatorProc:
# Subscription message, on the other hand, is sent
# by each engine during initialization
publish_back.send(b"READY")
else:
elif buffer != b"\x00":
logger.error(
"DP Coordinator receives unexpected message from engines"
"DP Coordinator received unexpected message from engines"
)
if publish_front in events: