Cannot create an Optional<Observable<T>>

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!

First step: let’s classify it as a bug ;)
Second step: report back once fixed.

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.