When running on windows subsystem for linux, panics on making a QUIC connection to another peer
The panic comes from quin-udp 0.3.2:
unseasonableBichonFrise listening for peers on 192.168.0.80:65316
Websocket server for UI listening on: 127.0.0.1:4001
Web UI served on http://127.0.0.1:3030
thread 'tokio-runtime-worker' panicked at
/home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quinn-udp-0.3.2/src/cmsg.rs:74:5:
assertion `left == right` failed
left: 20
right: 17
note: run with `RUST_BACKTRACE=1` environment variable to display a
backtrace
thread 'tokio-runtime-worker' panicked at
/home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quinn-0.9.4/src/endpoint.rs:331:48:
called `Result::unwrap()` on an `Err` value: PoisonError { .. }