You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: