@Hrishikesh_Thakkar This error indicates that a context deadline has exceeded, the context times out the io causing a network error. Here is an example in gist that will occasionally reproduce the issue (you may have to adjust the deadline). In the case of this example, the solution is to extend the deadline. Does your implementation look similar?