frankvHoof93 / TikTokLiveSharp

Port of TikTok live library for C#
https://vanhoof.dev
Other
139 stars 27 forks source link

[QUESTION] Does anyone has reconnect mechanism? #40

Closed vashe96 closed 8 months ago

vashe96 commented 9 months ago

Does anyone has reconnect mechanism? While game get disconnected by any reason do we have mechanism to automatically renew connection?

frankvHoof93 commented 8 months ago

There is no "Full Reconnect System" (as this could fall into an infinite loop). There are Events for OnDisconnected & OnException that you could hook into to handle this in your own client (based on how & why it disconnected).