mransan / ocaml-protoc

A Protobuf Compiler for OCaml
https://mransan.github.io/ocaml-protoc/
MIT License
179 stars 33 forks source link

Use generated encoders/decoders for empty messages in rpc #226

Closed Lupus closed 10 months ago

Lupus commented 10 months ago

Ot.Ft_unit causes incorrect encoding/decoding in this case: it's using nested empty field encoding, suitable for records.

c-cube commented 10 months ago

Thank you!