HI, We have a grpc message which has deep nested message inside a message and when we try to decode the message it fails in python. We have two client one in C# and other in python. We have used CodedInputStream to increase recursion limit which works and we are able to successfully decode the message but i do not see similar class in python. Can someone help me how to increase recursion limit in python.
Here <https://github.com/grpc/grpc/issues/22682> is a link for C# recursion limit increase but i need it for python. Thanks, Raj Jaiswal -- You received this message because you are subscribed to the Google Groups "Protocol Buffers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/protobuf/ed878662-9467-44ba-9f79-3456abd852c8n%40googlegroups.com.
