This repository was archived by the owner on Feb 9, 2022. It is now read-only.

Description
Hello, I keep getting the same error every time I Join or Part a channel.
Example when joining a_twitch_user
:
JoinError: Failed to join channel a_twitch_user: Timed out after waiting for response for 2000 milliseconds
I get the same message, but a PartError
when parting any channel.
The thing is, that I'm still successfully joining and parting the channels anyway. I am getting chat messages after I join and I'm not after I part. Yet the errors suggests that I shouldn't.
My current workaround is to try/catch these errors and just silently discarding them, but why am I getting them in the first place? Is there something I'm doing wrong? I tried to search for existing issues with the same problem but couldn't find anything.