Skip to content

Commit 969aa7d

Browse files
alrodFrancisco-Gamino
authored andcommitted
Adding "WorkerStatus" capability (#782)
1 parent 9d6f7bc commit 969aa7d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/RequestProcessor.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ internal StreamingMessage ProcessWorkerInitRequest(StreamingMessage request)
104104
out StatusResult status);
105105

106106
response.WorkerInitResponse.Capabilities.Add("RpcHttpBodyOnly", "true");
107+
response.WorkerInitResponse.Capabilities.Add("WorkerStatus", "true");
107108

108109
// If the environment variable is set, spin up the custom named pipe server.
109110
// This is typically used for debugging. It will throw a friendly exception if the

0 commit comments

Comments
 (0)