-
Notifications
You must be signed in to change notification settings - Fork 103
fixed: reply already sent and a possible ANR #410
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Release 8.2.0
Release 8.3.0
Update CHANGELOG.md
Release 8.3.1
This PR address an issue in Could you kindly review the changes at your earliest convenience? Given the impact of this issue, a quick merge would be highly beneficial to the community. Please let me know if any adjustments are needed. |
Thanks for the contribution. I will analyze the PR |
Have you tested this code? A quick look at the code shows that on the first run the value will be set to "True" and it will never return "False". |
Hi @RodrigoSMarques The changes are well-implemented and effectively prevent sending the result multiple times for the same method. The |
Ok. But the result is strange. The variable For example: I opened the application, The application returned empty BUO data, since I did not click on any link when opening the application. If I put the application in the background and click on a link, the application opens, but it does not return the data, since |
Yes, the Similar implementation can be found here |
I recorded a video of the test run |
You are testing this for the Eventchannel it won't work for the EventChannels. |
You are correct. Since the changes were simple, I wanted to replicate them in the code without merging. It was too late, I changed the wrong file. I will test again. |
Sure, looking forward to your reply :) |
All right. I'll prepare the new release later. Thanks |
###⚠️ BREAKING CHANGE * Minimum required Dart SDK version 3.3.0 (Flutter 3.19.0 - 15/02/2024) ### 🐛 Bug Fixes * Fix issue #410: "reply already sent and a possible ANR". Tks @Junglee-Faisal ### 🎉 Features * Migrated Gradle to declarative plugins block
Release 8.3.2 with fix, available. |
Thanks @RodrigoSMarques |
It stops sending the result twice for the same method which fixes the above crash.