Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix chain overfill when failed to get pk
If we overfill the chain the runtime will deadlock between wgA.Wait() and pushing to the aPKMap chain. I'd suggest to pushing to the chain only in one place in the goroutine to exclude the overfilling case.
- Loading branch information