carvalhorr / protoc-gen-mock

47 stars 11 forks source link

request contains []int will panic #24

Closed vitaneyeyu closed 4 years ago

vitaneyeyu commented 4 years ago

request like this: "request": { "match": "partial", "content": { "numbers": [1001, 1002, 1101] } } numbers type is []int64, and then call with grpc mock server will panic.