MJServer's TaskGraphObserver — turns dispatcher frames into a PubSub publish.
OnFrame is synchronous and swallows everything by contract: a frame is commentary on work, never
a step of it, so nothing here may stall or fail a graph. The publish itself is fire-and-forget for
the same reason.
MJServer's
TaskGraphObserver— turns dispatcher frames into a PubSub publish.OnFrameis synchronous and swallows everything by contract: a frame is commentary on work, never a step of it, so nothing here may stall or fail a graph. The publish itself is fire-and-forget for the same reason.