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
Gossip's Stop() method stops underlying comm layer
asynchronously but doesn't wait for it to stop.
I simply changed it so that it now waits for it to stop
until the Stop() method exits.
Change-Id: I200a3d39408252e07c2b1fe6535515c3aea1e078
Signed-off-by: Yacov Manevich <[email protected]>
0 commit comments