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
As a follow on to #3456 and its implementation in #3513, our next step in the garbage collection of virtual objects is to deal with virtual objects (as well as presences) being used as keys into WeakMaps and WeakSets (or, rather VirtualObjectAwareWeakMaps etc.) This issue is to track that work.
Description of The Design
The text was updated successfully, but these errors were encountered:
What is the Problem Being Solved?
As a follow on to #3456 and its implementation in #3513, our next step in the garbage collection of virtual objects is to deal with virtual objects (as well as presences) being used as keys into
WeakMap
s andWeakSet
s (or, ratherVirtualObjectAwareWeakMap
s etc.) This issue is to track that work.Description of The Design
The text was updated successfully, but these errors were encountered: