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 the bug that stopping the encoding when union type comes. Upgrade to the v5.3.5 version please.
By the way, Protocol Buffer does not write any data when undefined, null and Array.length := 0 value comes. Therefore, no way to distinguish which empty value being used when Array | undefined | null type comes. It is not a bug, but spec of typia library considering such characteristics of Protocol Buffer spec.
From just the main example on the docs, and added random and protobuf I observed strange behaviors with each launch.
code:
logs:
1.
here the
logins
are correct but memo is null after decode but was created empty with the randomhere it completely ignore logins..
I don't know what is going on, but maybe someone can explain this to me.
thanks
The text was updated successfully, but these errors were encountered: