We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2959d6 commit 18d0656Copy full SHA for 18d0656
lib/grpc/stream.ex
@@ -103,7 +103,7 @@ defmodule GRPC.Stream do
103
104
- `:join_with` - An optional additional producer stage PID to include in the Flow.
105
- `:dispatcher` - An optional `GenStage` dispatcher to use in the underlying `Flow`. Defaults to `GenStage.DemandDispatcher`.
106
- - `:propagate_context` - If `true`, the context from the `materializer` is propagated to the Flow.
+ - `:propagate_context` - If `true`, the context from the `materializer` is propagated to the `Flow`.
107
- `:materializer` - The `%GRPC.Server.Stream{}` struct representing the current gRPC stream context.
108
109
And any other options supported by `Flow`.
0 commit comments