-
Notifications
You must be signed in to change notification settings - Fork 62
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
Some generated VIs use the grpcId.ctl from grpc-lvsupport.lvlib #287
Comments
FYI @Rohith-Grandhi, this is preventing MeasurementLink from upgrading. We would prefer a solution before the end of the cycle. |
This issue has been fixed, and v1.0.0.6 has been re-released with the fix included. Please do download the binaries again, and uninstall the existing packages you have on your machine before you use the new binaries. Please let us know if you face any other issues. |
I can't seem to reopen it. @pratheekshasn, can you fix the remaining issues? |
MeasurementLink is trying to regenerate our grpc libraries using
grpc-labview 1.0.0.6
. The regeneration succeeds and the code works, but the server implementation has a dependency ongrpcId.ctl
fromgrpc-lvsupport.lvlib
, which is distributed in thegRPC Server and Client Template
VI package. This dependency should not be required for deployed code. Instead, allgrpcId.ctl
dependencies should come fromgrpc-lvsupport-release.lvlib
.This is easily reproducible using the
helloworld.proto
example. Simply generate a gRPC Server from that proto file and then openGet helloworld_HelloRequest.vi
. You will see that one of thegrpcId.ctl
is from the wrong library.AB#2483543
The text was updated successfully, but these errors were encountered: