Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Map dataType Support #300

Open
NaveenKumar4035 opened this issue Aug 28, 2023 · 0 comments
Open

Map dataType Support #300

NaveenKumar4035 opened this issue Aug 28, 2023 · 0 comments
Labels
type: enhancement New feature or request

Comments

@NaveenKumar4035
Copy link

NaveenKumar4035 commented Aug 28, 2023

Hi,

I have a complex data type called Map in my proto file. As of now, LabVIEW gRPC not supporting this DataType.

Instead, it creates key Value pairs in the Cluster Array. Because of this, when I receive a response in client UI (JavaScript). It is saying Type mismatch. Here I attached my Message with Map data Type.

**message ContextVariables{
message ContextVariableValue{
oneof ValueOneOf {
StringArray string_array = 1;
LongArray long_array = 2;
FloatArray float_array = 3;
BooleanArray boolean_array = 4;
ByteArray byte_array = 5;
DoubleArray double_array = 6;
LonglongArray longlong_array = 7;
}
}

map<string, ContextVariableValue> variables = 1;
}**

AB#2500456

@Rohith-Grandhi Rohith-Grandhi added the type: enhancement New feature or request label Aug 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants