releasingitemsonopenoutput.fsmModel attached as example.
The model contains two simple systems (each has a source, queue and a sink). One system use an operator for transport. Both systems closes the output of the queue on model reset and a user event (first fires at time 100, cycles every 200 seconds) opens the output. When the last item leaves the queue, it closes again. This never happens in the system that use transport because the operator only transport two items. The system without an operator works fine, all items are released.
My question: is this a feature or a bug ? If it is a feature, why two items and not one or none ?