drjdpowell
drjdpowell
Just a note: I use MDSplus (using mdsip called from LabVIEW) and put multiple rows in one node using this TDI script (which is modified from the PutRow FUN to...
I was using the two terms differently (and quite possibly poorly, but here they are): **Request-Response:** In response to receiving a message, I send another message, to someone that is...
A, assuming A attached its address to the message. A requests info from B (attaching its address to the message). B forwards the message (with reply address still attached) to...
I have a youtube video on [TCP with Messenger Library](https://youtu.be/rKANBR1d65g). TCP is handled by two actors running in them background: “TCP Connection” and “TCP client”. They alter the Reply Addresses...
I did one as a test (implementing just the "GetFeature" RPC of Route_guide: 
See #206 for reworked example
 Note: other than the simple class with two methods (that are reusable and should be part of the gRPC Library), this is a _one-VI solution_ that is easily...
BTW, Async Client-side code is far more interesting to me than the "Async" Server-side stuff that your scripted Server seems to have. I would actually recommend you drop that stuff...
> It does not change the async-ness of the G method implementation code. The current implementation really falls short of even parallel requests though. It allows multiple methods to be...