Brad Sherman
Brad Sherman
I second the third point for abstraction. In my application I created a wrapper class that has two top level poly VIs. "Get Request" and "Set Response" Example Get Request...
I can only speak for "the unary call goes into a deadlock" I recently submitted a change detailed here: https://github.com/ni/grpc-labview/pull/72 Deadlocks occurred in my application if function calls in the...
Aside from ensuring a Set Response method is always called in the server, I created a wrapper class to abstract my application from the autogenerated code. The same behavior described...