Fadelis / grpcmock

A gRPC Java testing tool to easily mock endpoints of gRPC services for IT or Unit testing
http://grpcmock.org
Apache License 2.0
144 stars 13 forks source link

Response text included "&" will cause the channel is shutdown #1

Closed jcai closed 4 years ago

jcai commented 4 years ago

Response text included "&" will lead the channel is closed. io.grpc.StatusRuntimeException: UNAVAILABLE: Channel shutdown invoked

I don't confirm where cause the bug in grpcmock.

jcai commented 4 years ago

I consider that is not bug in grpcmock.