WrithemTwine

Results 26 comments of 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: ![image](https://user-images.githubusercontent.com/20450441/221018000-502d3718-06eb-4a45-880f-010f2ad5a61e.png) and ![image](https://user-images.githubusercontent.com/20450441/221017480-3ee8f796-feeb-4e3e-a299-34cdedd034a8.png) Both gave this similar output: ![image](https://user-images.githubusercontent.com/20450441/221017095-fdbf6ea7-23cb-46c3-881e-0b2ad8600b93.png) Code calling Disconnect(): (I have 2 code versions with...

cool! ![image](https://user-images.githubusercontent.com/20450441/221270483-0005bba4-098d-4163-b9f9-cf4b3de65d24.png) TwitchChatClient hasn't tried to reconnect in over 2 minutes (compared to 5 second reconnect in previous test).

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...