This repository has been archived by the owner on Apr 5, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Distinguish different CLA instances during restart
There may be a situation where there are multiple PeerDisappeared-messages for the same CLA waiting to be processed. This might cause the manager to restart the same CLA multiple times in quick succession. To prevent this, we can check if the pointer to the CLA from the PeerDisappeared-message points to the same instance as the one currently stored in the manager's `convs` map.
- Loading branch information