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
While working on #16401 a while back I noticed that NetworkIndex.SetNode documents some invariants that don't seem to be true but maybe aren't necessary either. This says they need to be idempotent but they're never actually called twice on the same instance as far as I can tell.
This needs some investigation and probable refactoring when we go thru and finally clean up the old network resource structs.
The text was updated successfully, but these errors were encountered:
While working on #16401 a while back I noticed that
NetworkIndex.SetNode
documents some invariants that don't seem to be true but maybe aren't necessary either. This says they need to be idempotent but they're never actually called twice on the same instance as far as I can tell.This needs some investigation and probable refactoring when we go thru and finally clean up the old network resource structs.
The text was updated successfully, but these errors were encountered: