ErisApps / CatCore

A shared high-performance chat client library written in .NET Standard 2.0
GNU General Public License v3.0
29 stars 3 forks source link

Bugfix/Websocket connection bootloop #34

Closed ErisApps closed 2 years ago

ErisApps commented 2 years ago

Due to a whole bunch of things, ranging from authentication handling to the websocket implementations, the library could end up getting stuck in a state where it would loop infinitely. This PR should fix this behavior by doing the following changes.