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

fix: Don't recreate JS TreeTable subscriptions when viewport changes #6060

Merged
merged 2 commits into from
Sep 13, 2024

Conversation

niloc132
Copy link
Member

@niloc132 niloc132 commented Sep 12, 2024

Resolves an issue where subscription recreation would release an export ticket that was still needed for the next subscription.

Also improves tree viewport performance by sending changes instead of waiting for a new subscription to exist.

Fixes #6056

Resolves an issue where subscription recreation would release an export
ticket that was still needed for the next subscription.

Also improves tree viewport performance by sending changes instead of
waiting for a new subscription to exist.

Fixes deephaven#6053
@niloc132
Copy link
Member Author

Should see about adding an integration test for this case.

Copy link
Member

@mofojed mofojed left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You just need to update your PR description - this fixes #6056, not #6053.

Tested using the steps in the description of #6056. The dependency released error is fixed. I am seeing an error still in the browser console logs when repeating those steps:

image

But this appears to be a Web UI side issue (appears before your JSAPI change as well), so I'll split the ticket off to resolve that.

nbauernfeind
nbauernfeind previously approved these changes Sep 12, 2024
@niloc132 niloc132 merged commit ae73645 into deephaven:main Sep 13, 2024
16 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators Sep 13, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Rollup prints DEPENDENCY_RELEASED error to console when groupings are added
3 participants