Channel (Ungeneric) Not casting VL.Lib.Collections.Spread in recent Preview

Hi,
I’m having some problems using Channel (Ungeneric) in combination with Collections.Spread.
It works with 7.0-0208 but fails with 7.0-0215

For more detailed info and example check this nuget.

This is the error.

Unable to cast object of type 'VL.Lib.Reactive.Channel`1[VL.Lib.Collections.Spread`1[_VL_Interpolator_Runtime_.Interpolator.Players.Model.Track_R]]' to type '
VL.Lib.Reactive.IChannel`1[System.Collections.Generic.IEnumerable`1[_VL_Interpolator_Runtime_.Interpolator.Players.Model.Track_R]]'.
System.InvalidCastException: Unable to cast object of type 'VL.Lib.Reactive.Channel`1[VL.Lib.Collections.Spread`1[_VL_Interpolator_Runtime_.Interpolator.Playe
rs.Model.Track_R]]' to type 'VL.Lib.Reactive.IChannel`1[System.Collections.Generic.IEnumerable`1[_VL_Interpolator_Runtime_.Interpolator.Players.Model.Track_R]
]'.
   at VL.AppServices.Hotswap.HotswapSpecificNodes.<HardCast>g__HardCast_Disguise|5_0[T](Object input)
   at _CoreLibBasics_.Primitive.Object._Operations_.HardCast[T](Object Input_In, T& Result_Out)
   at _AppControl_.Reactive.ChannelHub._Operations_.GetOrAddChannel_Generic[T,AdM](String Key_In, IChannel`1& Result_Out, Boolean& Got_Created_Out)
   at _VL_Reactive_.Reactive.Channel.Select_ByPath_P`2.Update[AdM](IChannel`1 Input_In, String Path_In, IChannel`1& Output_Out)
   at _VL_Interpolator_Runtime_.Interpolator.Players.TrackPlayers.InputChannel.Interpolation_Track_PProgram_.<>c__DisplayClass0_0.<Update>b__0(Object s_28, Do
uble Input_1_In_29) in C:\Users\arist\AppData\Local\vvvv\gamma-preview\nugets\VL.Interpolator.Addons.1.4.1\VL\VL.Interpolator\VL.Interpolator.Runtime.vl.1.3.c
s:line 8569
   at VL.Lib.Reactive.ForEachKeep`3.OnNext(TIn input)
   at VL.Lib.Reactive.ObservableInputBase`1.SafeOnNext(T input)
1 Like

ok. please check the latest build

1 Like

It works again, thank you!
Tested with 7.0-0233