You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to implement a ReplaySubject that has a custom Trim function, but in order to do this I have to re-implement everything from scratch. what I really want to do is create a new class derived from ReplayManyBase and add my own Trim override, but I can't because it's all private,