Closed ZanSara closed 11 months ago
The introduction of the Variadic type and some older bugs were affecting the correctness of Pipeline's input and output detection.
Variadic
This PR:
sender
senders
consumers
Note: this breaks a lot of tests. Fixing this implies modifications in the run() method that will be addressed in separate PRs.
run()
The introduction of the
Variadic
type and some older bugs were affecting the correctness of Pipeline's input and output detection.This PR:
sender
tosenders
consumers
field to ease access to the consumers of a specific socket's valueNote: this breaks a lot of tests. Fixing this implies modifications in the
run()
method that will be addressed in separate PRs.