neuecc / UniRx

Reactive Extensions for Unity
MIT License
7.01k stars 895 forks source link

Fix ReplaySubject InvalidOperationException #462

Open reluctantmedia opened 4 years ago

reluctantmedia commented 4 years ago

This fixes #292 , where an InvalidOperationException is thrown in certain situations when using ReplaySubject.

I also fixed a ReplaySubject unit test which was previously disabled and failing due to an incorrect test implementation.