OffchainLabs / go-ethereum

GNU Lesser General Public License v3.0
52 stars 88 forks source link

Fix deadlock in sim-beacon-api impl using channel with unlimited capacity #315

Open ganeshvanahalli opened 2 months ago

ganeshvanahalli commented 2 months ago

This PR provides an alternate solution from the one implemented by geth to resolve deadlock in simulated_beacon_api code.