Skip to content

zb: ObjectServer tasks to be only spawned for method calls

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

Currently we filter incoming messages after a task has been spawned for dispatch, which is too late and we end up spawning tasks needlessly.

Merge request reports