n0-computer / iroh

A toolkit for building distributed applications
https://iroh.computer
Apache License 2.0
2.12k stars 137 forks source link

Panic in netdev #2448

Open rklaehn opened 3 days ago

rklaehn commented 3 days ago
2024-07-02T16:29:13.015335Z  INFO iroh_net::net::netmon::actor: potential change
thread 'tokio-runtime-worker' panicked at /Users/rklaehn/.cargo/registry/src/index.crates.io-6f17d22bba15001f/netdev-0.27.0/src/gateway/macos.rs:428:9:
assertion `left == right` failed
  left: 0
 right: 5
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

Just saw this. Does not seem to have any serious consequences, but just wanted to report it.

dignifiedquire commented 3 days ago

This is the relevant line: https://github.com/shellrow/netdev/blob/main/src/gateway/macos.rs#L428

we should file this as an issue with netdev