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 a052f98 commit 6dd32c3Copy full SHA for 6dd32c3
src/RequestProcessor.cs
@@ -105,6 +105,7 @@ internal StreamingMessage ProcessWorkerInitRequest(StreamingMessage request)
105
out StatusResult status);
106
107
response.WorkerInitResponse.Capabilities.Add("RpcHttpBodyOnly", "true");
108
+ response.WorkerInitResponse.Capabilities.Add("WorkerStatus", "true");
109
110
// If the environment variable is set, spin up the custom named pipe server.
111
// This is typically used for debugging. It will throw a friendly exception if the
0 commit comments