[grpc-io] Re: Calling SendAndClose stream does not result io.EOF error

2023-05-17 Thread torpido
I just realized that SendAndClose should not send EOF but simply indicate that the stream should be closed. What I'm trying to achieve is for the gRPC server to close the streamhim self instead of waiting for the client to send EOF. Can this be done from the gRPC server side? ב-יום רביעי, 17

[grpc-io] Re: Calling SendAndClose stream does not result io.EOF error

2023-05-17 Thread 'Zach Reyes' via grpc.io
Can you provide both the client and server code snippet (preferably reproducible), so we can run and see what's going on here. On Wednesday, May 17, 2023 at 8:12:42 AM UTC-4 torpido wrote: > hi, > > Does anyone have any idea why when I call SendAndClose from the server > stream I don't get an