A call to nc_utils.wait_next_block_factory(eth)() crashes with [Errno 24] Too many open files
Opened this issue · 0 comments
RomanZacharia commented
- Start hydrachain -d datadir runmultiple --num_validators=3 --seed=42
- Open a console Ctrl+C, Enter
- Execute calls
from hydrachain.nc_utils import wait_next_block_factory
nc_utils.wait_next_block_factory(eth)() crashes with
The call crashes with the error: [Errno 24] Too many open files