Ax9D / pw-viz

Pipewire graph editor written in Rust. WIP⚠️
GNU General Public License v3.0
230 stars 14 forks source link

Panic on Zoom disconnect #21

Closed BartMassey closed 1 year ago

BartMassey commented 2 years ago

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.

BartMassey commented 2 years ago

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.

Ax9D commented 1 year ago

Fixed in a4099e0