-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Argument of type '{ durable: boolean; }' is not assignable to parameter of type 'Partial<ExchangeOptions>' #358
Comments
I have details:
|
I installed
I am only executing command
on file that I created reading README
|
but
|
Seems like I only used delay from bluebird, which came with amqplib, I'll refactor it out quickly, it's only 4 ocurrances. I assume the .consume is from old version of haredo, I can't really remember, it's been a while since I released v2. In current version it's .subscribe. The durable thing might be because amqplib doesn't have typings, try adding @types/amqplib, see if that fixes it. |
Released version 2.11.1 with the bluebird removal. Turns out that I did have a delay function but I auto-imported it from bluebird mistakenly in one file. Can you confirm that adding @types/amqplib fixes the typing issue? |
I installed
but producer is broken. In code
i see
on I tested that this
works correctly, but also there is problem that if |
I copied code from README and have problem with typescript
The text was updated successfully, but these errors were encountered: