Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
universe: don't use goroutine to send
Since we're closing the fetchedLeaves channel right below this call, it's very likely that we run into a "send on closed channel" panic. We fix that by making the send synchronous.
- Loading branch information