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
Fixed wrong type_url for any type (no leading '.' allowed).
The reference documentation in google/protobuf/any.proto
defines that a leading "." is not accepted for the type_url
field. So we have to change that to be compatible to the
official Google protobuf implementation.
0 commit comments