You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We cannot easily get access to the .proto files where we need to generate client code, so having server side reflection from binaries generated by protobufjs is the ideal solution, except that it fails because protoc expects the binaries to look differently compared to what is returned by protobufjs
The text was updated successfully, but these errors were encountered:
protobuf.js version: 7.3.0
I would expect that binaries generated with
protobufjs
to match the ones generated usingprotoc
Based on the following
.proto
fileI get the following differences in the binaries:
We cannot easily get access to the
.proto
files where we need to generate client code, so having server side reflection from binaries generated byprotobufjs
is the ideal solution, except that it fails becauseprotoc
expects the binaries to look differently compared to what is returned byprotobufjs
The text was updated successfully, but these errors were encountered: