We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The serviceClass should look like a gRPC service name (with an optional _Python suffix), but the game_of_life example uses snake_case.
https://github.com/search?q=repo%3Ani%2Fmeasurement-plugin-python%20serviceClass&type=code
"serviceClass": "ni.examples.GameOfLife_Python",
"serviceClass": "game_of_life_Python",
Rename it and update the .measui
Measurement Client codegen derives module/class names from the service class.
ni-measurement-plugin-sdk-service
AB#2841878
The text was updated successfully, but these errors were encountered:
@bkeryan This will break .sfp panels and other .measui files that people may already have. Are we ok with that?
Sorry, something went wrong.
Yes. Examples are allowed to break compatibility.
dixonjoel
Successfully merging a pull request may close this issue.
Bug Report
The serviceClass should look like a gRPC service name (with an optional _Python suffix), but the game_of_life example uses snake_case.
Repro or Code Sample
https://github.com/search?q=repo%3Ani%2Fmeasurement-plugin-python%20serviceClass&type=code
Expected Behavior
Current Behavior
Possible Solution
Rename it and update the .measui
Context
Measurement Client codegen derives module/class names from the service class.
Your Environment
ni-measurement-plugin-sdk-service
version: 2.1 mainAB#2841878
The text was updated successfully, but these errors were encountered: