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
751649c6
Unverified
Commit
751649c6
authored
Sep 18, 2020
by
褚华兴
Committed by
GitHub
Sep 18, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update streaming_rpc.md
parent
71aa40c5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
streaming_rpc.md
docs/en/streaming_rpc.md
+3
-3
No files found.
docs/en/streaming_rpc.md
View file @
751649c6
...
...
@@ -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