protobuf.js version: 6.8.3 protobuf.js throws an error when trying to decode any map encoded using google's protobuf for c# ```js message= Message.decode(buffer); ``` ``` Error: invalid wire type 6 at offset 896 at n.skipType (reader.js:375) ```
protobuf.js version: 6.8.3
protobuf.js throws an error when trying to decode any map encoded using google's protobuf for c#