Open rileypb opened 4 years ago
Something must be going on within rxjs. I'm not really sure what to do about that at the moment, but I do plan on trying to upgrade this plugin eventually to work with newer versions of rxjs without (hopefully) breaking the auto-unsubscribe feature.
In angular2-actioncable 6.0.2 and rxjs 6.3.3: Piping the connected() Observable through other operators seems to break.
Here's my app.component.ts:
This causes the error:
I cannot reproduce this error when piping other base observables; it only happens when I use observables from angular2-actioncable.