Skip to content

Fix exception in DelayedSubscriber

Carlos Falcon requested to merge github/fork/cmft/fix-signal into develop

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.

Merge request reports