Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix TableViewportSubscription race condition (deephaven#3252)
- Race condition was causing UI error with selectDistinct - TableViewportSubscription could initialize after it had already been closed - Check the status to see if we're already DONE before initializing - Close table if we're already DONE - Fixes deephaven#3251
- Loading branch information