Unverified Commit 751649c6 authored by 褚华兴's avatar 褚华兴 Committed by GitHub

Update streaming_rpc.md

parent 71aa40c5
......@@ -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 max_messages_size;
// Maximum messages in batch passed to handler->on_received_messages
// default: 128
size_t messages_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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment