[Python] How to increase recursion limit for proto message decoding
165 views
Skip to first unread message
Raj Jaiswal
unread,
Aug 23, 2021, 2:58:02 PM8/23/21
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Protocol Buffers
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 is a link for C# recursion limit increase but i need it for python.