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

Heavy lags when connected with debugger to Android on VS2019 16.9.2 and newer #297

Open
Sebastian1989101 opened this issue Aug 19, 2021 · 2 comments

Comments

@Sebastian1989101
Copy link

When using VS2019 16.9.2 on Windows, the app becomes unusable as long as FlowListView is in it. Every page that uses this control lags as hell when the debugger is connected. As soon as there is no debug connection, I use a older VS2019 Version or removing FLV, I have no lags at all.

There was a similar known issue with SkiaSharp which is solved in the latest version there. Maybe it's kinda the same problem. See: mono/SkiaSharp#998

@Sebastian1989101
Copy link
Author

Seems like this comes from a memory leak in ListViewCachingStrategy.RecycleElement.

@Duanyll
Copy link

Duanyll commented Feb 12, 2022

The issue still exists. It keeps creating thousands of views which can be observed from the live tree:

image

However there are only 12 items on screen.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants