Issue with stream.Close() operations #3738
Unanswered
RedMarcher
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
So 2 questions:
For bidirectional streams, does both the server and the client need to call .Close() on the stream to shut everything down?
For some reason, I know for sure my server is calling stream.Close(), but my client never seems to receive a err.EoF, and thus it just hangs forever despite the server already having all the information it needs and even exiting out of the specific API call.
Beta Was this translation helpful? Give feedback.
All reactions