tmijs / tmi.js

💬 Javascript library for the Twitch Messaging Interface. (Twitch.tv)
https://tmijs.com
MIT License
1.55k stars 214 forks source link

'Update Emote Sets' Timer keeps running after Client disconnection #464

Closed Jafool closed 3 years ago

Jafool commented 3 years ago

Actual behaviour: After disconnecting and deleting a Client instance, the '_updateEmotesetsTimer' Timer object continues to run, blocking graceful application exits etc.

Expected behaviour: After disconnecting a client, I would expect the '_updateEmotesetsTimer' Timer object to clear and stop running.

Error log:

No errors.

Server configuration