clarkio / vscode-twitch-highlighter

This is a VS Code extension that will allow your Twitch chat to highlight a line of code via a command message. Example: `!line 8 server.js`. See master branch README.md for more details
https://clarkio.com
203 stars 14 forks source link

Bot Attempts to Reconnect on Config Change when in disconnected state #128

Closed clarkio closed 4 years ago

clarkio commented 4 years ago

If the bot is disconnected from listening to the chat it should not try to connect after a configuration change. Currently it does try to connect.

Line of code in question is as follows: https://github.com/clarkio/vscode-twitch-highlighter/blob/66e75c0767079d636c12e37bc1994f391a450593/src/ttvchat/ChatClient.ts#L161

clarkio commented 4 years ago

Fixed in https://github.com/clarkio/vscode-twitch-highlighter/commit/4d7e4c80c54a3f9484bd12bdc7a1e6b02613ead5