bitcoin-dev-project / sim-ln

Payment activity generator for the lightning network
MIT License
63 stars 27 forks source link

Issue #182 Fixes a problematic loop in produce_simulation_results #183

Closed bjohnson5 closed 5 months ago

bjohnson5 commented 5 months ago

Resolves Issue #182 by removing set.join_next() from the tokio::select! statement and waiting for tasks to finish outside of the loop. Also does some error handling in the run function in case we encounter an error after starting data collection threads.