Skip to content

Commit

Permalink
Merge pull request #1319 from grafana/endEventFixes
Browse files Browse the repository at this point in the history
Specify `end` event is only about server side stream
  • Loading branch information
heitortsergent authored Sep 8, 2023
2 parents 3f657dc + 4500ec2 commit 34137b7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ Possible events:

| Event name | Description |
| --------- | -------- |
| data | Emitted when the server sends data|
| data | Emitted when the server sends data. |
| error | Emitted when an error occurs. In case of the error, an [`Error`](/javascript-api/k6-experimental/grpc/stream/error/) object sends to the handler function.|
| end | Emitted when stream closes |
| end | Emitted when the server closes the incoming stream. |


### Example
Expand Down

0 comments on commit 34137b7

Please sign in to comment.