Hi, I am using the rust crate in flutter app (android target) using rinf and got panic when trying to open connection to remote db or syncing embedded replica.
Apparently it is caused by the underlying crate https://github.com/rustls/hyper-rustls, which has a documented issue and corresponding fix, rustls/hyper-rustls#187 and rustls/hyper-rustls#228 respectively.