Neither client nor server support flow control when sending messages (they do request
messages, so will interoperate with other servers and clients). This is because they
do not check call.isReady, or set the onReady handler.
Without this, the code which generates messages will not be throttled, and the code may
OOM in some situations.
Neither client nor server support flow control when sending messages (they do request
messages, so will interoperate with other servers and clients). This is because they
do not check
call.isReady, or set theonReadyhandler.Without this, the code which generates messages will not be throttled, and the code may
OOM in some situations.