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
@dcodeIO This was just for the example. In my application, I'm not creating the data array, I get it from a c++ server and I receive it as a Uint8Array.
protobuf.js version: 6.3.1
Here is my proto message:
When I directly decode the data sent from my server as a
Uint8Array
, for example:I get the following error:
If I pass a
Reader
to thedecode
function, it works:The text was updated successfully, but these errors were encountered: