node-protobuf
node-protobuf copied to clipboard
Google Protocol Buffers wrapper for Node.js [UNMAINTAINED]
Hi, in [protobuf3](https://developers.google.com/protocol-buffers/docs/proto3), there are no required fields anymore. For numeric fields with value 0, the filed is serialized as unset and in this case, the parsed object will lack...
Hello. Since updating to 1.4.2 I have received segfaults on multiple machines. Downgraded back to 1.4.1 again and no longer get them. Segmentation fault: 11 I have seen this both...
We are using node-protobuf in a system that handles generic messages. We load the schemas for the protobuf messages at runtime, and periodically reload them in case they have changed...
This isn't an issue for me, because I don't use the asynchronous versions of parse or serialize, but the methods themselves are deferred, not asynchronous. Node only runs thinks on...
I was taking a look at the underlying c++ to try to debug what was happening to my serialized proto when I had a repeated field. Essentially, I expected a...
Unless I am doing something wrong (which isn't unlikely), it seems like this library isn't able to parse extended fields. Possibly because doing so with DynamicMessage requires using an ExtensionRegistry:...