int32 negative value turn into highest value int32 = 4294967295
Open
package: grpc-tools
- Dominant language
- TypeScript
- Stars
- 4.8k
- Forks
- 716
- Avg merge
- 2d 3h
- Merged PRs (30d)
- 10
Description
### 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
- OS name, version and architecture: Ubuntu 18.04
- Node version v12.9.1
- Node installation method nvm
- If applicable, compiler version [e.g. clang 3.8.0-2ubuntu4]
- Package name and version grpc 1.24.2
### 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
Contributor guide
Assessment
This issue has not been assessed yet.