Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(relay): close stream once done sending
Not explicitly closing a stream can lead to stream resets in the happy path once the stream is dropped. Instead, explicitly close the stream once the local node is done sending data. Related: #4747. Pull-Request: #4776.
- Loading branch information