Skip to content

Version 0.5.0.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@shivaprasad-basavaraj shivaprasad-basavaraj released this 16 Sep 10:23
· 168 commits to master since this release
b7418fb
  • Support for the following types in gRPC
    • sint32, sint64,fixed32, fixed64, sfixed32 and sfixed64
  • Fix for crashes when we close gRPC VIs which may cause the LV gRPC Dll to unload (Issue #140)
  • Fix for a crash when we try to read from a closed streaming call on the client side
  • Fix for an occasional hang in RequestStreaming RouteGuide example
  • Added an option to either Finish or Cancel the call when we complete a streaming call
  • Fixed the order in which errors are handled in Stop Server.vi (Issue #110)