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

Do not wait to call workspace update events #2860

Conversation

sinistersnare
Copy link
Contributor

@sinistersnare sinistersnare commented Nov 27, 2024

Currently there is a pause in the workspace before update events are fired, which can be quite user-unfriendly. This PR removes the debounce underlying this.

I am getting some test failures locally (same tests failing on master) so I wanted to put this up to run on CI here and see it go green. It seems that instead of firing one update cleanly on changes, the event is called at least 5 times per change.

Going to close this as the event being spammed per change is quite annoying and will adversely affect subscribers of this event.

@sinistersnare sinistersnare marked this pull request as draft November 27, 2024 15:40
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

Successfully merging this pull request may close these issues.

1 participant