Skip to content

Random Code Stuck in gRPC Client Unary Call #500

@kthirunx

Description

@kthirunx

Hi Team,

I am facing a code stuck issue in gRPC Client Unary Call, as seen below.

Image

Setup:

  1. Sample gRPC Server/Client generated from gRPC 1.6.1.1 in LabVIEW 2020 64-bit.
  2. LabVIEW gRPC Server built as an executable
  3. LabVIEW gRPC Client Example running from LabVIEWImage

What the Client Example Does:

  1. Launch server EXE
  2. Retry sending a message to server till successful, max 5 times.
  3. When the server receives the message, it will stop and exit.
  4. Repeat steps 1 to 3 for 1000 trials. In this case, the code got stuck in the 327th trial.

Other Observations:

  1. Server EXE is still running when the stuck issue is seen in client.
  2. 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.
  3. 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):

LV2020_gRPC_v1.6.1.1.zip

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions