Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FAB-10491] Fix go routine leak in channel client
When requests timeout, the routines listening on the 'complete' channel exit while the writers block forever. Making this a buffered channel will resolve this issue. Change-Id: If938506be4c87b6cc2c8f677bea6e090565fc27b Signed-off-by: Divyank Katira <[email protected]>
- Loading branch information