Skip to content

zb: ObjectManager impl now public

Zeeshan Ali Khan requested to merge object-mgr into main

Reverting back to the original approach taken by @tomstokes in !474 (closed) where users directly add ObjectManager to ObjectServer, just like other interfaces.

That way we don't expose more API than needed and keep things simple.

Merge request reports