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
set it to -1(unlimit) can fix this issue, If you are ok with this fix I can create a PR, @ekexium
let cb = ChannelBuilder::new(env).keepalive_time(Duration::from_secs(10)).keepalive_timeout(Duration::from_secs(3)).max_receive_message_len(-1).use_local_subchannel_pool(true);
Activity
bxq2011hust commentedon Dec 14, 2022
tikv/grpc-rs#602
set it to -1(unlimit) can fix this issue, If you are ok with this fix I can create a PR, @ekexium