Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: System.MissingMethodException WasmScheduler #36

Open
OmidID opened this issue Oct 2, 2024 · 0 comments
Open

[Bug]: System.MissingMethodException WasmScheduler #36

OmidID opened this issue Oct 2, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@OmidID
Copy link

OmidID commented Oct 2, 2024

Describe the bug 🐞

Hello,

I trying to migrate my project to blazor wasm and we face an issue. For me it is complicated to say where is the error exactly. But what I am sure there is a bug while Rx library try to find a method from dotnet library

https://github.com/reactiveui/Reactive.Wasm/blob/main/src/System.Reactive.Wasm/Internal/WasmScheduler.cs#L135

Any quick solution to solve the problem on our side until the fix done on Rx library?

Thanks,

Step to reproduce

this.WhenAnyValue(x => x.Filter)
            .Throttle(TimeSpan.FromMilliseconds(SearchTimeout))
            .ObserveOn(RxApp.MainThreadScheduler)
            .Subscribe(DoFilter);

Reproduction repository

https://github.com/reactiveui/ReactiveUI

Expected behavior

A simple code that call WasmScheduler

Screenshots 🖼️

image

IDE

No response

Operating system

No response

Version

No response

Device

No response

ReactiveUI Version

No response

Additional information ℹ️

No response

@OmidID OmidID added the bug Something isn't working label Oct 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant