Fix exception in DelayedSubscriber
doSomething signal is used with a wrong signature. It is called with tuples instead of list.
Adapt the calls, to pass list instead of tuples.
doSomething signal is used with a wrong signature. It is called with tuples instead of list.
Adapt the calls, to pass list instead of tuples.