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

How should bad/stale providers be handled? #226755

Open
jrieken opened this issue Aug 27, 2024 · 0 comments
Open

How should bad/stale providers be handled? #226755

jrieken opened this issue Aug 27, 2024 · 0 comments
Assignees
Labels
feature-request Request for new features or functionality search Search widget and operation issues
Milestone

Comments

@jrieken
Copy link
Member

jrieken commented Aug 27, 2024

Testing #226668

Have a provider that just does this return new Promise(() => { /* NEVER resolve */ });, e.g it never returns and today it can stall the whole find widget. This is how we usually do it (e.g for suggest or references) but I wonder if search should do something more nuanced, like showing results from providers as they come?

@jrieken jrieken changed the title How should bad/stale provider be handled? How should bad/stale providers be handled? Aug 27, 2024
@andreamah andreamah added search Search widget and operation issues feature-request Request for new features or functionality labels Aug 29, 2024
@andreamah andreamah added this to the September 2024 milestone Aug 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request Request for new features or functionality search Search widget and operation issues
Projects
None yet
Development

No branches or pull requests

2 participants