cunarist / rinf

Rust for native business logic, Flutter for flexible and beautiful GUI
MIT License
1.99k stars 72 forks source link

Using `catch_unwind` for any response errors would be better #247

Closed temeddix closed 10 months ago

temeddix commented 10 months ago

Report

This way, no Rust panic would be ignored

Steps to Reproduce

Not relevant.

System Information

Not relevant.

rustc --version
protoc --version
flutter doctor
temeddix commented 10 months ago

Made redundant by #257