-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Description
Describe the bug
While setting up a simple test app to explore the usage of ReactiveUI with Blazor (client-side web assembly) I ran into what appears to be a memory leak causing excessive garbage collection followed by an application crash with an OutOfMemoryException. Any insight would be appreciated.
Steps To Reproduce
- Pull down example project here
- Run project
- Open browser debug console
- Notice that after some time the console will begin showing GC messages and the counter will slow down and eventually the page will crash
Expected behavior
Counter will increment without memory leak
Environment
- OS: Windows
- Version: 10
- Device: Dell XPS-15
Additional context
console.log
