--------------------------------------
Basically, the combinator is not outputting all signals during a 1 tick pulse. Also fails on a 2 tick long pulse.
Setup:

I have a clock signal C (simulated by constant combinator so that I can take the image).
C increments by 1 per tick until 59, then resets.
When C is 2, the decider combinator passes along the 4 signals (belt, wire, coal, inserter).
Below is the setting of the combinator.

Bug:
Attaching a copy of the same combinator to the green network with the same settings, I expect it to pulse the 4 signals when C is 2.
Instead it just pulses signal C with value 2. The other 4 signals are absent from the output.
When C is held at 2, the 4 signals are passed on, but when C is pulsed from a clock, the combinator doesn't pass them.

Significance:
I would like to carry multiple signal sets for requests on a circuit network by giving each set a time slice marked by the clock pulse.
Save:
An RnD world.