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
In our protobuf contract, "map" type values should never be a native type (if it can be a null value), because it causes a Buffer overrun in JavaScript (and other languages).
This issue is to track a potential major version change in the protobuf contract to change all map<string, string> to map<string, NullableString> (or other nullable type
In our protobuf contract, "map" type values should never be a native type (if it can be a null value), because it causes a Buffer overrun in JavaScript (and other languages).
Azure/azure-functions-language-worker-protobuf#21
This issue is to track a potential major version change in the protobuf contract to change all map<string, string> to map<string, NullableString> (or other nullable type
cc: @pragnagopa
The text was updated successfully, but these errors were encountered: