I have limited knowledge of schedulers.
I think a breaking change has occurred. If there are any problems with my implementation, please let me know.
WPF
After the timer start of ReactiveTimer
in Rp Ver9.3.1, subsequent processing is not executed.
- Set
ReactivePropertyWpfScheduler
to Rp’s scheduler inApplication.Startup
. - Create
ReactiveTimer
with Rp’s default scheduler. - Start the timer of the created
ReactiveTimer
.
Subsequent processing is executed after ReactiveTimer
starts.
Subsequent processing is not executed after ReactiveTimer
starts.
9.3.0 | 9.3.1 | |
---|---|---|
SynchronizationContextScheduler | OK | OK |
ReactivePropertyWpfScheduler | OK | NG |
- VisualStudio 2022 17.7.6
- net48, net6.0-windows
- ReactiveProperty.WPF 9.3.1