Skip to content
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

Can not work fine with some plugin which calling dart from Android. #8

Open
jiusanzhou opened this issue Jun 30, 2022 · 2 comments
Open
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@jiusanzhou
Copy link
Owner

This may be a common issue. Plugins register method channels and message channels in onAttachEngine, While the window engine started, those channels will be registered again. That will cause the call from the main engine(the app) missing response.

Known issues: #6

Currently I don't know how to handle this issue. Discussion is welcome!

@jiusanzhou jiusanzhou added bug Something isn't working help wanted Extra attention is needed labels Jun 30, 2022
@k5924
Copy link

k5924 commented Jul 21, 2022

Does it produce any error message or error code in the console?

@jiusanzhou
Copy link
Owner Author

Does it produce any error message or error code in the console?

No, just can not receive the request from native side.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants