Skip to content
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

Fixes Reflector issues in newer versions of NestJS #10

Closed
wants to merge 3 commits into from

Conversation

128keaton
Copy link

No description provided.

@microud microud closed this Jan 5, 2022
@tukusejssirs
Copy link

@microud, why was this PR closed? Without this PR, I was not able used nest-mqtt with Nest 8.

"rxjs": "^6.3.3"
"@nestjs/common": "^8.2.0",
"@nestjs/core": "^8.2.0",
"mqtt": "^4.3.1",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

mqtt version 4.3.2 does not work, because they use collections, which modify Map, Set, Array (and probably some other) Node methods. See mqttjs/MQTT.js#1392 and also mikro-orm/mikro-orm#2597 (esp from this comment on).

Suggested change
"mqtt": "^4.3.1",
"mqtt": "4.3.1",

@microud
Copy link
Owner

microud commented Jan 5, 2022

@tukusejssirs this PR removed dist directory in git ignore, so I close this PR and I'm working on fix it.

@tukusejssirs
Copy link

Okay, @microud, could you notify me when you share some progress with the fix? By progress with the fix I mean anything, not necessarily a final fix merged into master, but also PR, suggestion, whatever.

And please also see this issue with mqtt: mqttjs/MQTT.js#1392.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants