temporalio / vscode-debugger-extension

Visual Studio Code debugger plugin
https://marketplace.visualstudio.com/items?itemName=temporal-technologies.temporalio
MIT License
19 stars 8 forks source link

[Bug] Event handlers are not properly deregistered #21

Closed bergundy closed 1 year ago

bergundy commented 2 years ago

We should make sure that we don't leak resources when components are unmounted / re-rendered.

There are probably other places in the svelte app and the vscode plugin that we leak resources, we need to make this airtight before we release.