From 3eae08c0b9f74cfd9619dca4cf5490bdb316c3c9 Mon Sep 17 00:00:00 2001 From: sebastianburckhardt Date: Tue, 26 Aug 2025 11:06:24 -0700 Subject: [PATCH] fix incorrect conversion of entity event, causing nondeterminism failures on orchestrators --- src/Shared/Grpc/EntityConversions.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Shared/Grpc/EntityConversions.cs b/src/Shared/Grpc/EntityConversions.cs index 254bb4a21..c91fd3c0b 100644 --- a/src/Shared/Grpc/EntityConversions.cs +++ b/src/Shared/Grpc/EntityConversions.cs @@ -138,7 +138,7 @@ public static DTCore.History.HistoryEvent EncodeUnlockSent( OrchestrationInstance? instance) { P.EntityUnlockSentEvent unlockSentEvent = protoEvent.EntityUnlockSent; - string name = EncodeEventName(null); + string name = "release"; string input = JsonConvert.SerializeObject( new ReleaseMessage() {