Skip to content

Commit f3b6995

Browse files
Adding "WorkerStatus" capability (#782) (#789)
Co-authored-by: Alexey Rodionov <[email protected]>
1 parent 9d6f7bc commit f3b6995

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)