ktr0731 / evans

Evans: more expressive universal gRPC client
MIT License
4.24k stars 187 forks source link

Fix bug with server stream of bytes #600

Open PatSos95 opened 1 year ago

PatSos95 commented 1 year ago

Fix issue #599 With this change when gojson library cannot unmarshal message from server (which is the case for server side streaming of bytes), then it will display it in base64 format.