-
Notifications
You must be signed in to change notification settings - Fork 73
Open
Description
Hi Team,
I am facing a code stuck issue in gRPC Client Unary Call, as seen below.
Setup:
- Sample gRPC Server/Client generated from gRPC 1.6.1.1 in LabVIEW 2020 64-bit.
- LabVIEW gRPC Server built as an executable
- LabVIEW gRPC Client Example running from LabVIEW

What the Client Example Does:
- Launch server EXE
- Retry sending a message to server till successful, max 5 times.
- When the server receives the message, it will stop and exit.
- Repeat steps 1 to 3 for 1000 trials. In this case, the code got stuck in the 327th trial.
Other Observations:
- Server EXE is still running when the stuck issue is seen in client.
- From another LabVIEW version (2019 64-bit), I was able to send a message and get response from server EXE. This likely indicates that the server is functional, and the issue seems to be on the LabVIEW gRPC client side.
- Pressing the abort button in LabVIEW doesn't work and I had to use 'End Task' from Task Manager.
Versions Used:
LabVIEW gPRC Version: 1.6.1.1
LabVIEW 2020 64-bit
Sample App (LabVIEW 2020 64-bit):
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels