Open Jivings opened 2 years ago
Ok, seems like the correct approach is to use "isObservable" https://rxjs.dev/api/index/function/isObservable. We will fix this asap.
hi @Jivings, could you please try version 2.1.4 https://docs.bullmq.io/bullmq-pro/changelog, the fix was merged
Using Observables only works when importing the same version of rxjs that bullmq-pro imports. Otherwise this
instanceof
check returns false.