apache/apisix
Auf GitHub ansehenbug: grpc-transcode cant transcode empty array list to [] , but it did to {}
Open
#11.440 geöffnet am 26. Juli 2024
buggood first issue
Beschreibung
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