486c / rosu-memory

Lightweight, cross-platform memory reader for osu! but in rust
23 stars 7 forks source link

Fix panic when opening in browser #13

Closed uzervlad closed 8 months ago

uzervlad commented 8 months ago

Opening in browser causes a MissingConnectionUpgradeHeader, which results in a panic

486c commented 8 months ago

Yep, we shouldn't panic here, but i suppose we should at least print some error message to stdout. But gonna merge for now