ni / grpc-labview

gRPC client and server support for LabVIEW
MIT License
85 stars 60 forks source link

Several bug fixes for serialization or nested/repeated messages #386

Closed jasonmreding closed 1 day ago

jasonmreding commented 1 day ago

Description

This PR fixes several issues with message serialization when EfficientMessageCopy = TRUE.

378

384

Implementation

Testing

I manually tested the proto file attached to #378 failed before the changes and works as expected afterwards. I also verified the proto API referenced from #384 works as expected and no longer crashes using either 32 or 64 bit LV on Windows.