Skip to content

Commit

Permalink
Removes redundunt sentence
Browse files Browse the repository at this point in the history
  • Loading branch information
olegbespalov committed Jan 22, 2024
1 parent bcc1c6b commit 7a7d9b8
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions docs/sources/next/javascript-api/k6-net-grpc/stream/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,11 @@ weight: 30

Using a gRPC client creates a stream. The client should be connected to the server (`client.connect` called) before creating a stream.

| Method | Description |
| ----------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------- |
Using a gRPC client creates a stream.
| [Stream.write(message)](https://grafana.com/docs/k6/<K6_VERSION>/javascript-api/k6-net-grpc/stream/stream-write) | Writes a message to the stream. |
| Method | Description |
| ----------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------- |
| [Stream.write(message)](https://grafana.com/docs/k6/<K6_VERSION>/javascript-api/k6-net-grpc/stream/stream-write) | Writes a message to the stream. |
| [Stream.on(event, handler)](https://grafana.com/docs/k6/<K6_VERSION>/javascript-api/k6-net-grpc/stream/stream-on) | Sets up handler functions for various events on the gRPC stream. |
| [Stream.end()](https://grafana.com/docs/k6/<K6_VERSION>/javascript-api/k6-net-grpc/stream/stream-end) | Signals to the server that the client has finished sending. |
| [Stream.end()](https://grafana.com/docs/k6/<K6_VERSION>/javascript-api/k6-net-grpc/stream/stream-end) | Signals to the server that the client has finished sending. |

### Examples

Expand Down

0 comments on commit 7a7d9b8

Please sign in to comment.