Releases: ni/grpc-labview
Releases · ni/grpc-labview
Version 0.5.1.4
Version 0.5.1.3
- Fix for crash when the server doesn't implement the client method (#176 )
- Added support to specify a "Prototype library" which will be used as the prototype for the scripted library.
We currently only get the icon from the prototype library and apply it to the library and all scripted VIs. - Changes to set unlimited max message size for client channels
Version 0.5.1.2
Version 0.5.0.2
- Bug fix for crash when submitting multiple simultaneous calls to the same client (Issue #161)
Version 0.5.0.1
- 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)
Version 0.4.9.1
Version 0.4.8.4
Version 0.4.8.3
Version 0.4.8.2
Version 0.4.8.1
- added support for client side timeouts
- fixes to shutdown gRPC connections on abort
- fixes to broken LabVIEW src.