I made a Call to server. The server streams. I want to cancel the call from client. How to cancel? No Method to cancel a call.fanminshi commented Jun 14, 2017 @varshanbp I think you need to call onCompleted() of the streamObserver from client to terminate the stream call. http:/...