When the gRPC server sends a non-zero grpc-status to actively ends a call without sending a following RST_STREAM, the gRPC client should 1) closes its write stream and 2) sends out RST_STREAM. Current behavior of gRPC does not have these two actions, causing gRPC client to hang.