k6 icon indicating copy to clipboard operation
k6 copied to clipboard

Allow access to the status of a gRPC stream call plus allowing to await the stream end

Open EraYaN opened this issue 1 year ago • 1 comments

Feature Description

Access to the .status field for Stream requests.

Suggested Solution (optional)

A function that can be awaited that returns say a Promise

await stream.waitForStatus();

That returns the thing that normally is on Response.status

Already existing or connected issues / PRs (optional)

No response

EraYaN avatar Mar 19 '24 12:03 EraYaN

cc @olegbespalov

oleiade avatar Mar 20 '24 10:03 oleiade