We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I see the mappings are attached to dom tree, but not cleaned on dispose here:
https://github.com/Nhowka/Elmish.Bridge/blob/0134e2ad4566f5c254c5e80add39edbbef17371c/src/Client/Library.fs#L28C11-L28C11
Isn't this leaking, when I don't need elmish bridge?
The text was updated successfully, but these errors were encountered:
Ok these are not leaking, but the map retains those callbacks which eventually leaks. Dispose also should remove relevant keys from the map.
Sorry, something went wrong.
No branches or pull requests
I see the mappings are attached to dom tree, but not cleaned on dispose here:
https://github.com/Nhowka/Elmish.Bridge/blob/0134e2ad4566f5c254c5e80add39edbbef17371c/src/Client/Library.fs#L28C11-L28C11
Isn't this leaking, when I don't need elmish bridge?
The text was updated successfully, but these errors were encountered: