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: Expose TableSubscription.close() to JS #6446

Merged
merged 1 commit into from
Nov 29, 2024

Conversation

mofojed
Copy link
Member

@mofojed mofojed commented Nov 28, 2024

  • The close() method is only on AbstractTableSubscription, and it appears that it doesn't automatically get added to the JS API even though TableSubscription is defined as a JsType
  • Explicitly add the method to TableSubscription as well.
  • Fixes Can't switch between tabs that contain dx plots #6447

- The close() method is only on `AbstractTableSubscription`, and it appears that it doesn't automatically get added to the JS API even though `TableSubscription` is defined as a `JsType`
- Explicitly add the method to `TableSubscription` as well.
@mofojed mofojed added NoDocumentationNeeded NoReleaseNotesNeeded No release notes are needed. labels Nov 28, 2024
@mofojed mofojed requested a review from nbauernfeind November 28, 2024 21:06
@mofojed mofojed self-assigned this Nov 28, 2024
@nbauernfeind nbauernfeind merged commit 8262d33 into deephaven:main Nov 29, 2024
21 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators Nov 29, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Can't switch between tabs that contain dx plots
2 participants