From 969aa7d51df05444bbbab4780d151a2e1cfac63b 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 e39b585b..315596b6 100644 --- a/src/RequestProcessor.cs +++ b/src/RequestProcessor.cs @@ -104,6 +104,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