You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[FAB-4533] Use context cancellations in deliveryservice
This addresses FAB-4503 and FAB-4489
The reason for the CI failures is that apparently,
closing the underlying gRPC connection doesn't always make Recv() return.
The solution is to use context.WithCancel and use the cancel function
when Disconnect or Close are called and not only close the gRPC stream.
Change-Id: Ia255467345dc6178764a2eb4f1e51167b914eebd
Signed-off-by: Yacov Manevich <[email protected]>
0 commit comments