We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d6f7bc commit f3b6995Copy full SHA for f3b6995
src/RequestProcessor.cs
@@ -104,6 +104,7 @@ internal StreamingMessage ProcessWorkerInitRequest(StreamingMessage request)
104
out StatusResult status);
105
106
response.WorkerInitResponse.Capabilities.Add("RpcHttpBodyOnly", "true");
107
+ response.WorkerInitResponse.Capabilities.Add("WorkerStatus", "true");
108
109
// If the environment variable is set, spin up the custom named pipe server.
110
// This is typically used for debugging. It will throw a friendly exception if the
0 commit comments