Skip to content

Commit 6dd32c3

Browse files
Adding "WorkerStatus" capability (#782) (#788)
Co-authored-by: Alexey Rodionov <[email protected]>
1 parent a052f98 commit 6dd32c3

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)