neuecc / UniRx

Reactive Extensions for Unity
MIT License
7.08k stars 892 forks source link

fix InvalidCastException at ReactivePropertyExtensions.WaitUntilValueChangedAsync #474

Open TORISOUP opened 4 years ago

TORISOUP commented 4 years ago

An exception was raised when using CancelationToken in ReactivePropertyExtensions.WaitUntilValueChangedAsync.

U1001975 commented 2 years ago

Looks like this problem exists in ReactiveCommand (in addition to ReactiveProperty as per this pull request)