NodeLink2 with different Area in connectedNode1 and connectedNode2

Hey :slight_smile:
I’m using a recast graph together with some one-way NodeLink2 to create doors.
It usually works fine, but sometimes when I change objects in the room (run a GraphUpdateObject with bounds including the changed area, but not the NodeLink2 door) that door has different areas on its connectedNode1 and connectedNode2.
Is that wanted behaviour? The room seems not to be reachable as the areas do not match.
I need to run an update on the PointGraph or scanning in a bigger area / whole graph to fix it, but that is not really what I want to do.
I use version 4.2.17.

Thanks!