rxjs icon indicating copy to clipboard operation
rxjs copied to clipboard

Failing test cases for reentrant ReplaySubject

Open backbone87 opened this issue 3 years ago • 1 comments

Added 2 failing test cases for ReplaySubject:

  • the first is similar to an already existing test, but shows some more unexpected result
  • for the second I dont even know what to say. lets say the result is weird

backbone87 avatar Apr 09 '22 00:04 backbone87

I've implemented a possible fix in https://github.com/backbone87/rxjs/pull/1

Edit: should I make a PR from my repo to rxjs directly instead? 🤔

voliva avatar Apr 13 '22 13:04 voliva