protobuf-decoder icon indicating copy to clipboard operation
protobuf-decoder copied to clipboard

Please add int64 support

Open wangjiyang opened this issue 3 years ago • 2 comments

This is a great tool for protobuf decoding. Realy like it 👍 Currently I am working on a project which uses some int64 values(As Int64 output). However it seems this tool can't decode it. Is it possible to add this support? Thanks.

wangjiyang avatar Jan 06 '22 14:01 wangjiyang

Please provide

  1. Sample .proto file
  2. Sample input based on the .proto file
  3. Expected output

pawitp avatar Jan 07 '22 01:01 pawitp

Sorry my fault. It's actually supported.

wangjiyang avatar Jan 25 '22 08:01 wangjiyang