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
Oh, hah, thanks, I should have tried first but instead based it on my earlier usage (I guess before 4.13) and misreading the README -- your README is actually pretty clear now that I reread it, I guess my eyes just glazed over after reading docs all over about whether proto3 really added optional back or not :)
optional
was added back to proto3 protocolbuffers/protobuf#8959I think this means if a field is marked
optional
now that even in proto3 it should beundefined
instead of the default?The text was updated successfully, but these errors were encountered: