WrithemTwine
WrithemTwine
no worries @Mahsaap, a lot going on everywhere. I had other code to write-up anyway. Thanks for the help.
so do you have a GUI for entering this kind of user information? you probably need to track that through the GUI/however it's entered into the app. I have my...
Take a look at my PubSub bot. it's setup for allowing different users to plug in their authentication, but I believe you could follow the setup. I noticed some topics...
> He does already have sendtopics in the connected event. > > Thanks for the input and helping him out. :) Welcome. Thought it was worth showing working code in...
> I have a oauth token that works for the ITwitchClient, but the same wont work for this (when i send it in the `tps.SendTopics()` method as an input argument....
yep. I was hoping they'd address, "reconnect - yes reconnect from an issue", "disconnect() - stop reconnecting-I want it off"; scenario. It didn't seem to have made it in latest...
Per my testing, calling Disconnect() resulted in a subsequent connect. I tried:  and  Both gave this similar output:  Code calling Disconnect(): (I have 2 code versions with...
cool!  TwitchChatClient hasn't tried to reconnect in over 2 minutes (compared to 5 second reconnect in previous test).
It then seems to get stuck during Connect()
Thanks for helping! interesting twist. I don't see an issue as it's a different code path for reconnecting, just needs to be clear when using the code. I won't be...