gRPC streaming never finish when client ungraceful discconect

I have a small service have one endpoint using gRPC streaming.
When I connect to my server through Istio proxy success, then I turn off my network in client side. the stream in my server never end. Seem the stream connection from my server to envoy proxy still ping success.
Is there any option to forward the stream connection from client directly to my server?