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
Looks like ProtobufParser does not always update parsing/input context appropriately at root level: specifically, after last JsonToken.END_OBJECT it may still return last property name, instead of null.
The text was updated successfully, but these errors were encountered:
(note: problem found when diagnosing #460)
Looks like
ProtobufParser
does not always update parsing/input context appropriately at root level: specifically, after lastJsonToken.END_OBJECT
it may still return last property name, instead ofnull
.The text was updated successfully, but these errors were encountered: