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
for instance:
int 200,where the server encode as 2 bytes: 144 and 3.
and in this client, it just get only one byte to process.
so i can not decode the data using protobuf, i just don't know how to do with it .
for instance:
int 200,where the server encode as 2 bytes: 144 and 3.
and in this client, it just get only one byte to process.
so i can not decode the data using protobuf, i just don't know how to do with it .