You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Anytime the max_command_buffer_size is too small and we get this error:
channel buffer is full ({0} bytes), cannot grow more
we end up upping the value in the config and we go on.
Is an upper limit really useful? What's the worst that could happen here? Our channels will soon transmit binary serializations of protobuf messages, this leaves little room for errors.
The text was updated successfully, but these errors were encountered:
Anytime the
max_command_buffer_size
is too small and we get this error:we end up upping the value in the config and we go on.
Is an upper limit really useful? What's the worst that could happen here? Our channels will soon transmit binary serializations of protobuf messages, this leaves little room for errors.
The text was updated successfully, but these errors were encountered: