fuwaneko / node-protobuf

Google Protocol Buffers wrapper for Node.js [UNMAINTAINED]
181 stars 42 forks source link

uint64 fields became strings #50

Closed pnagy closed 8 years ago

pnagy commented 8 years ago

I have an issue since the latest version. Fields with type uint64 became string after parsing.

fuwaneko commented 8 years ago

Should be fixed in 1.2.9, specify false as second parameter to pb constructor to get int64 as Number with possible loss of precision.