Skip to content

zb: ObjectServer now Send + Sync

Zeeshan Ali Khan requested to merge zeenix/zbus:obj-server-send into main

We've had many users having trouble with use of ObjectServer in their multi-threaded code (including myself) and then ending up trying strange work arounds and getting into some other issues. So lets make ObjectServer Send and Sync.

Unfortunately this comes at the cost of Interface now requiring Send + Sync as well. However, I think the cost is worth the benefits.

Merge request reports