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

Services: remote event listeners are never removed if the environment is suddely terminated #1435

Open
alisey opened this issue Sep 14, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@alisey
Copy link
Contributor

alisey commented Sep 14, 2022

If you subscribe in a browser environment to a service defined in the node environment, and then close or reload the browser window, the unsubscribe method in node will never be invoked.

The engine should detect when an environment was disposed, call all unsubscribe methods, and completely clear it from Communication.

@alisey alisey added the bug Something isn't working label Sep 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant