Add TODO about preserving partition roots in reconciliation

This commit is contained in:
Lucien Greathouse
2018-06-20 18:23:24 -07:00
parent fb7bfa928a
commit f25ae914e4

View File

@@ -170,6 +170,8 @@ function Reconciler:reconcile(rbx, item)
-- Item was deleted
if item == nil then
if rbx ~= nil then
-- TODO: If this is a partition root, should we leave it alone?
self._routeMap:removeByRbx(rbx)
rbx:Destroy()
end