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
We're removing state using the compressed fabric ID as a key. The issue is that we are really keying on PeerId, and all that has to work with is a CompressedFabricId.
Proposed Solution
Figure out a key that would actually be unique.
The text was updated successfully, but these errors were encountered:
bzbarsky-apple
changed the title
CASESessionManagerReleaseSessionForFabric and BindingManager::FabricRemoved
CASESessionManager::ReleaseSessionForFabric and BindingManager::FabricRemoved assume the compressed fabric id is a unique id
Mar 3, 2022
Problem
We're removing state using the compressed fabric ID as a key. The issue is that we are really keying on PeerId, and all that has to work with is a CompressedFabricId.
Proposed Solution
Figure out a key that would actually be unique.
The text was updated successfully, but these errors were encountered: