finos / perspective

A data visualization and analytics component, especially well-suited for large and/or streaming datasets.
https://perspective.finos.org/
Apache License 2.0
7.72k stars 1.04k forks source link

Fix `delete()` Python async call not resolving #2610

Closed texodus closed 1 month ago

texodus commented 1 month ago

This PR fixes perspective-python's Table.delete() and View.delete() methods, which do not resolve in their clients when awaited. While this does not leak data, it does leak await-ed delete() handlers.