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
We have a client generated using protoc with the Typescript option included and are then making requests using grpc-web.
We recently introduced a new value to an enum, and as we are following the proto guidelines of have a default value assigned to 0 for the first value of the enum, we expected the the client to default to this value until it was updated and made aware of the new enum value.
This does not seem to have happened, instead the int value of the enum is present.
Is there a setting that can be applied so that the default enum value is used in the situation the client is unaware of the enum value?
The text was updated successfully, but these errors were encountered:
We have a client generated using protoc with the Typescript option included and are then making requests using grpc-web.
We recently introduced a new value to an enum, and as we are following the proto guidelines of have a default value assigned to 0 for the first value of the enum, we expected the the client to default to this value until it was updated and made aware of the new enum value.
This does not seem to have happened, instead the int value of the enum is present.
Is there a setting that can be applied so that the default enum value is used in the situation the client is unaware of the enum value?
The text was updated successfully, but these errors were encountered: