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 במאי 2023 בשעה 22:57:01 UTC+3, Zach Reyes כתב/ה: