bonjour,
is it a bug that I cannot use an Optional<Observable<T>>
?
I can create a pad without any error, but soon as I connect something to it, I get an exception that says
Cannot implicitly convert type 'System.IObservable<float>' to 'VL.Core.Optional<System.IObservable<float>>'
are there limitations there?
thanks!