nest-mqtt icon indicating copy to clipboard operation
nest-mqtt copied to clipboard

MQTT connection is not closing properly on application shutdown

Open yagotlima opened this issue 3 years ago • 0 comments

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.

yagotlima avatar Jan 28 '22 11:01 yagotlima