ni / grpc-labview

gRPC client and server support for LabVIEW
MIT License
90 stars 62 forks source link

Fixed gRPC Client Hang issue #349

Closed yash-ni closed 8 months ago

yash-ni commented 8 months ago

Fix for #345 #330 #324 #320

Changes:

  1. Fixed the race condition issue with occurrence hence solving a lot of client hang bugs
  2. Added feature toggle for running the client without LabVIEW Occurrence.
  3. Changed ActiveClientCalls from std::list to std::unordered_map hence resulting in a little performance increase.