From 64425120463b2a1ce356b3aaf5a67500f13df35c Mon Sep 17 00:00:00 2001 From: Alexey Rodionov Date: Mon, 4 Apr 2022 15:52:53 -0700 Subject: [PATCH] Adding "WorkerStatus" capability (#782) --- src/RequestProcessor.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/RequestProcessor.cs b/src/RequestProcessor.cs index 6aabd3f3..89b4c7e9 100644 --- a/src/RequestProcessor.cs +++ b/src/RequestProcessor.cs @@ -105,6 +105,7 @@ internal StreamingMessage ProcessWorkerInitRequest(StreamingMessage request) out StatusResult status); response.WorkerInitResponse.Capabilities.Add("RpcHttpBodyOnly", "true"); + response.WorkerInitResponse.Capabilities.Add("WorkerStatus", "true"); // If the environment variable is set, spin up the custom named pipe server. // This is typically used for debugging. It will throw a friendly exception if the