Skip to content

front-end can't decode protobuf message with type int32 when encoded bytes'length is more than 1 byte #7

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

fancygit
Copy link

@fancygit fancygit commented Jul 1, 2014

"connector.entryHandler.enter": {
"required int32 code": 1,
"optional double serverTime": 2,
"optional string session": 3
}
and we act like this: next(null, {code: 200,session:'aaabbbb'});
the 200 can't be resolved corrected;

fancygit added 3 commits July 1, 2014 11:44
when server-side send message with protobuf using varint
front-end can not decode to right value
ByteBuffer getDouble with index will not change the innser state
so i remove the index
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant