apache/apisix
bug: grpc-transcode cant transcode empty array list to [] , but it did to {}
Fechada
#11.440 aberto em 26 de jul. de 2024
buggood first issue
Métricas do repositório
- Stars
- (16.597 estrelas)
- Métricas de merge de PR
- (Mesclagem média 6d 8h) (109 fundiu PRs em 30d)
Description
Current Behavior
when back to front server, grpc transcode plugin cant transcode empty list (array) to [] , but to {} .
use grpc example demo :
when list has content , it did well .
Expected Behavior
response empty list expect to get [] . not {}
Error Logs
No response
Steps to Reproduce
- apisix 3.9 latest
- grpc server golang
- postman
Environment
- apisix 3.9 latest
- grpc server golang
- postman