Open
Description
Describe the bug 🐞
WaitForDispatcherScheduler
silently breaks because apparently the dispatcher is either not created at all or not created before ElementHost appears. As a result all my .ObserveOn(RxApp.MainThreadScheduler)
calls don't actually do anything.
Apparently there are also per-platform registrations that may clash, but I haven't observed the results yet.
Step to reproduce
- Install ReactiveUI.WinForms and ReactiveUI.WPF
- Create a WinForms app
- Try to use
.ObserveOn(RxApp.MainThreadScheduler)
to switch threads
Reproduction repository
No response
Expected behavior
All should happen as normal
Screenshots 🖼️
No response
IDE
No response
Operating system
No response
Version
No response
Device
No response
ReactiveUI Version
20.1.1
Additional information ℹ️
Using net48