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
Is your feature request related to a problem? Please describe.
In a prior issue (#2002), AnonymousSubject was made public. Problem is, AnonymousSubject is no longer in the main index.js file in v6. I have to go to rxjs/internal to get to it.
Describe the solution you'd like
I'd like to see AnonymousSubject made public again in v6 and on.
Describe alternatives you've considered
Using rxjs/internal.
Additional context
In RxJS v5, I made a SignalRHubConnection observable for the C# SignalR similar to the WebSocket version which also used AnonymousSubject. I don't feel comfortable referencing things in rxjs/internal for my own observables using internal functionality.
The text was updated successfully, but these errors were encountered:
Feature Request
Is your feature request related to a problem? Please describe.
In a prior issue (#2002),
AnonymousSubject
was made public. Problem is,AnonymousSubject
is no longer in the mainindex.js
file in v6. I have to go torxjs/internal
to get to it.Describe the solution you'd like
I'd like to see
AnonymousSubject
made public again in v6 and on.Describe alternatives you've considered
Using
rxjs/internal
.Additional context
In RxJS v5, I made a
SignalRHubConnection
observable for the C# SignalR similar to theWebSocket
version which also usedAnonymousSubject
. I don't feel comfortable referencing things inrxjs/internal
for my own observables using internal functionality.The text was updated successfully, but these errors were encountered: