Skip to content

Commit 73c84ca

Browse files
alrodFrancisco-Gamino
authored andcommitted
Adding "WorkerStatus" capability (#782)
1 parent 4de7e73 commit 73c84ca

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
@@ -105,6 +105,7 @@ internal StreamingMessage ProcessWorkerInitRequest(StreamingMessage request)
105105
out StatusResult status);
106106

107107
response.WorkerInitResponse.Capabilities.Add("RpcHttpBodyOnly", "true");
108+
response.WorkerInitResponse.Capabilities.Add("WorkerStatus", "true");
108109

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

0 commit comments

Comments
 (0)