grpc / grpc-go

The Go language implementation of gRPC. HTTP/2 based RPC

Home Page:https://grpc.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CloseSend immediately after Send

bburli opened this issue · comments

Please see the FAQ in our main README.md before submitting your issue.

In a bi-directional streaming scenario, is it possible that when a Send is issued on client side followed very quickly (1-2 ms) by CloseSend(), that we may hit SendMsg received after CloseSend error?

If so, how do we account for it and handle it?