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

Fabric deletion should synchronously clean-up all relevant IM objects #21084

Closed
mrjerryjohns opened this issue Jul 21, 2022 · 1 comment
Closed

Comments

@mrjerryjohns
Copy link
Contributor

Problem

Fabric deletion doesn't actually synchronously clean-up affected IM objects today. They each discover this implicitly when they get around to allocating exchanges off of a session that no longer exists.

Solution

Register for OnFabricChanged in the IM engine, and use that to drive the clean-up.

@woody-apple
Copy link
Contributor

Issue Review: Keeping in v1.0 for now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants