You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: www/docs/options.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -249,7 +249,7 @@ Stream interval duration. Spread stream sends by given amount. Only applies to c
249
249
250
250
Maximum stream call duration. For client streaming and bidi calls, we'll send messages until this duration expires.
251
251
252
-
For server streaming calls we will receive message until the duration has expired. Note that in streaming calls the cancellation will result in call cancelled error.
252
+
For server streaming calls we will receive message until the duration has expired. Note that in server streaming calls the cancellation will result in call cancelled error.
253
253
254
254
Example: `500ms`.
255
255
@@ -261,7 +261,7 @@ If the data array contains more elements than the count, only data up to the num
261
261
262
262
If the data array contains fewer elements than the count specified, all the data will be iterated over repeatedly until count limit is reached.
263
263
264
-
For server streaming calls we will receive message until the specified count is reached. Note that in streaming calls the cancellation will result in call cancelled error.
264
+
For server streaming calls we will receive message until the specified count is reached. Note that in server streaming calls the cancellation will result in call cancelled error.
0 commit comments