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
Looking at the C# protobuf API and sources, the decoding limits can only be set with the CodecInputStream API, the ParseContext used by other overloads always uses the default limits.
See:
https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.CodedInputStream#Google_Protobuf_CodedInputStream_RecursionLimit
Seems this limits are not exposed with the
ReadOnlySequence
API we are usingThe text was updated successfully, but these errors were encountered: