Before this change, panics in Rust handler function will not return a response to Dart immediately. That's why we needed those timeout functions. Now, Dart will receive null immediately when Rust failed to respond.
Before Committing
Please make sure that you've analyzed and formatted the files.
Changes
Before this change, panics in Rust handler function will not return a response to Dart immediately. That's why we needed those
timeout
functions. Now, Dart will receivenull
immediately when Rust failed to respond.Before Committing
Please make sure that you've analyzed and formatted the files.