Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
B
brpc
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
brpc
Commits
6d9dcf7e
Unverified
Commit
6d9dcf7e
authored
Sep 18, 2020
by
jamesge
Committed by
GitHub
Sep 18, 2020
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1247 from cstarc/patch-1
Make doc on StreamOptions consistent with the code
parents
71aa40c5
57c1a309
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
streaming_rpc.md
docs/cn/streaming_rpc.md
+3
-3
streaming_rpc.md
docs/en/streaming_rpc.md
+3
-3
No files found.
docs/cn/streaming_rpc.md
View file @
6d9dcf7e
...
...
@@ -42,9 +42,9 @@ struct StreamOptions
// default: -1
long
idle_timeout_ms
;
//
How many messages at most
passed to handler->on_received_messages
// default: 1
size_t
m
ax_messages_size
;
//
Maximum messages in batch
passed to handler->on_received_messages
// default: 1
28
size_t
m
essages_in_batch
;
// Handle input message, if handler is NULL, the remote side is not allowd to
// write any message, who will get EBADF on writting
...
...
docs/en/streaming_rpc.md
View file @
6d9dcf7e
...
...
@@ -42,9 +42,9 @@ struct StreamOptions
// default: -1
long
idle_timeout_ms
;
//
How many messages at most
passed to handler->on_received_messages
// default: 1
size_t
m
ax_messages_size
;
//
Maximum messages in batch
passed to handler->on_received_messages
// default: 1
28
size_t
m
essages_in_batch
;
// Handle input message, if handler is NULL, the remote side is not allowd to
// write any message, who will get EBADF on writting
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment