486c / rosu-memory

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

add error handling for gradual calc #49

Closed Chiffario closed 9 months ago

Chiffario commented 9 months ago

adds Option match for gradual diffcalc/perfcalc because there's no point to killing the process if there's just an off-by-one

E: most errors that happen on ws.send are fatal so handling them is pointless

486c commented 9 months ago

Probably need to test it heavily in spectating because that's where it happens more often. gonna merge for now, thanks