You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As mentioned in the title, the start/stop chat button' status doesn't change back to 'Disconnected' from 'Connecting...' when the user cancels the 'Set token' prompt. If the user cancels the 'set token' prompt the status should change from 'Connecting...' to 'Disconnected' as the connection process was terminated.
The text was updated successfully, but these errors were encountered:
…etting token when connecting (#91)
### Purpose
Solves issue #82 whereby the status bar button changes to 'Connecting...' prior to ensuring a token is set. When a user cancels the connection prior to entering the token the 'Connecting...' status never changes back to 'Disconnected'.
### Changed files
- `twitchChatClient.ts` Moved the 'token' sanity check prior to updating the status and starting the connection to the twitch client.
### Addresses
#82
As mentioned in the title, the start/stop chat button' status doesn't change back to 'Disconnected' from 'Connecting...' when the user cancels the 'Set token' prompt. If the user cancels the 'set token' prompt the status should change from 'Connecting...' to 'Disconnected' as the connection process was terminated.
The text was updated successfully, but these errors were encountered: