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 adding a optional string name = 4; to my proto file and running protoc with --experimental_allow_proto3_optional I got the following error. api.proto: is a proto3 file that contains optional fields, but code generator protoc-gen-nrpc hasn't been updated to support optional fields in proto3. Please ask the owner of this code generator to support proto3 optional.
Yes I know it's experimental but I thought this, optional fields, feature at least was on it's way.
The text was updated successfully, but these errors were encountered:
When adding a
optional string name = 4;
to my proto file and running protoc with--experimental_allow_proto3_optional
I got the following error.api.proto: is a proto3 file that contains optional fields, but code generator protoc-gen-nrpc hasn't been updated to support optional fields in proto3. Please ask the owner of this code generator to support proto3 optional.
Yes I know it's experimental but I thought this, optional fields, feature at least was on it's way.
The text was updated successfully, but these errors were encountered: