iroh icon indicating copy to clipboard operation
iroh copied to clipboard

Panic in netdev

Open rklaehn opened this issue 1 year ago • 1 comments

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.

rklaehn avatar Jul 02 '24 16:07 rklaehn

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

dignifiedquire avatar Jul 02 '24 17:07 dignifiedquire