Peiyang He
Peiyang He
I did some research on madsim source code. The real cause of your mentioned problem is that both `simulation` run on the **same system thread**. While in the case of...
Ok I finally figure this out! In Rust >= 1.72.0, the size of struct `TypeId` is 128 bits, so the call of `transmute` fails. While in earlier versions, its size...
> Thank you for the troubleshooting! This project has been unmaintained for a while, so your contribution is greatly appreciated. Welcome PR! I modify the README.md and open a [PR](https://github.com/madsim-rs/MadRaft/pull/3)
For those who encountered the same problem, simply downgrade the Rust version to 1.83.0 in this project by running: `rustup install 1.83.0` and `rustup override set 1.83.0`