nest-mqtt
nest-mqtt copied to clipboard
MQTT connection is not closing properly on application shutdown
When a NestJS application using this MQTT module is shut down, the MQTT connection created is not properly closed bi calling the end method.
This may keep the application running even after Jest's integration or E2e tests have already finished.