-
Notifications
You must be signed in to change notification settings - Fork 654
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
int32 negative value turn into highest value int32 = 4294967295 #1469
Comments
Are you using the Dart gRPC library? If so, I think your issue belongs in https://github.com/grpc/grpc-dart. |
yes, but when i use the dart library to retrieve from dart server, it works properly. |
I misunderstood your initial issue. It looks like you're talking about a Protobuf problem. What protobuf library are you using with your Node.js clients? |
google-protobuf: "3.12.2" |
I am guessing that that means that you generated the code using the If that doesn't help, |
iam using grpc-tools 1.9.0, ok i will try to raise ticket there. |
Problem description
int32 negative value turn into highest value int32 = 4294967295
Reproduction steps
create a dart grpc server , and send a field with type int32 with value -1 or -16
Environment
Additional context
my dart running on:
Dart VM version: 2.8.2 (stable)
compiled via dart2native on Ubuntu 20.04 LTS
Package: GRPC 2.0.3
The text was updated successfully, but these errors were encountered: