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

Provide reconnect wiring for other JS API types #3632

Merged
merged 2 commits into from
Mar 31, 2023

Conversation

niloc132
Copy link
Member

Tested by creating a rollup, a plot with a table, and a plot with a partitioned table (i.e. "plot by"), taking the browser offline for up to a minute, and then going online again, and confirming that all widgets correctly connected and resumed ticking. Note that the current version of web-client-ui will make the page unusable if the old "HACK_CONNECTION_FAILURE" event is emitted - either test with a newer web UI or disable that event.

Fixes #3616

@niloc132 niloc132 added this to the Mar 2023 milestone Mar 30, 2023
@niloc132 niloc132 requested a review from mofojed March 30, 2023 17:03
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.

Works great, just the unused imports should be removed and wondering if we can clean up the refetch typing a little bit.

@niloc132 niloc132 merged commit 40d779a into deephaven:main Mar 31, 2023
@github-actions github-actions bot locked and limited conversation to collaborators Mar 31, 2023
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.

JS API reconnect doesn't work with figures, trees, or partitionedtables
2 participants