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
When decoding message, we put unknown field into key :?. In order to support encoding of these decoded messages, we put :? into validation schema. As a result, the generation function will generate {:? nil} which it shouldn't.
The text was updated successfully, but these errors were encountered:
When decoding message, we put unknown field into key
:?
. In order to support encoding of these decoded messages, we put:?
into validation schema. As a result, the generation function will generate{:? nil}
which it shouldn't.The text was updated successfully, but these errors were encountered: