From 333c2b49036dbbfcfdf11a948407246ac9568479 Mon Sep 17 00:00:00 2001 From: Alexey Rodionov Date: Fri, 1 Apr 2022 16:31:13 -0700 Subject: [PATCH] Adding "WorkerStatus" capability --- 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