Hi,
We want to implement some manual control flow that are aware of memory size..
From this post, it seems the default client and server buffer size are pretty small.
What's the recommended way or work around to control the buffer size during the high load?
Another question is when OnReadyHandler will be called for bi-di streaming server?
My understanding is:
For client side, it gets called the client side gets some buffer because the packet got sent out over the network.
For server side, I am not sure when it is called? I understand there is some buffer in server side as well. so it is called when server side's message gets consumed?