You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running cargo run --example distributed gives the following error
thread 'main' panicked at 'index out of bounds: the len is 0 but the index is 0', examples/distributed.rs:28:50
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
[2022-07-23T18:19:31Z WARN lunatic_process] Process 1 failed, notifying: 0 links
(Set ENV variable `RUST_LOG=lunatic=debug` to show stacktrace)
The text was updated successfully, but these errors were encountered:
The example assumes at least two nodes. I will fix the example, but I also have to check something when those distributed spawns are called on non-distributed lunatic.
Running
cargo run --example distributed
gives the following errorThe text was updated successfully, but these errors were encountered: