Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Wait for comm layer to stop when gossip stops
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 <yacovm@il.ibm.com>
- Loading branch information