taskforcesh / issues

Taskforce.sh issues
6 stars 0 forks source link

Observables don't work unless you use the exact same version of rxjs #93

Open Jivings opened 2 years ago

Jivings commented 2 years ago

Using Observables only works when importing the same version of rxjs that bullmq-pro imports. Otherwise this instanceof check returns false.

image
manast commented 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.

roggervalf commented 2 years ago

hi @Jivings, could you please try version 2.1.4 https://docs.bullmq.io/bullmq-pro/changelog, the fix was merged