Ax9D / pw-viz

Pipewire graph editor written in Rust. WIP⚠️

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Panic on Zoom disconnect

BartMassey opened this issue · comments

pw-viz panics on Zoom disconnect on my box (Debian unstable pipewire 0.3.42).

Upgrading the dependency on simple_logger to 2.1.0 and then rebuilding seems to fix it.

In general, doing a cargo upgrade, truncating the version numbers, and then building to update Cargo.lock seems like a thing that should be done at this point.

Fixed in a4099e0