Aditya Sood

Results 86 comments of Aditya Sood

sure @easwars, hearty congratulations to you and the family! I'll check with @dfawley once he's back happy holidays!

hi @arvindbr8 apologies for the delay, yes I will work on this I'll go through the context again and ask dfawley for direction before this week ends

hi @dfawley, regarding the possible overflow in this statement: https://github.com/grpc/grpc-go/blob/52cea2453436fbb4b962d3cb2da34da7ef6f10c7/rpc_util.go#L743 I think a best-effort solution like this should work: ``` var bufferSize int if math.MaxInt-size >= bytes.MinRead { bufferSize =...

hi @dfawley @arvindbr8 adding on the last line in the above comment, shall we overwrite an incorrect size to the 4MB default? ``` func MaxCallRecvMsgSize(bytes int) CallOption { if bytes...

hi @dfawley, thank you for the inputs, I have created #6999 based on them have also tested it with the helloworld example, the response is no longer empty

hi @easwars, I have raised PR #6248 to receive your review of the changes, please let me know your inputs on the same thank you!

update: have asked for clarification on the remaining types of route actions to cover for the returned error - [link to comment](https://github.com/grpc/grpc-go/pull/6248#discussion_r1210651021)