Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Connections are temporary when the channel name is not all lowercase #43

Open
Z-Doctor opened this issue Dec 8, 2018 · 1 comment
Open

Comments

@Z-Doctor
Copy link

Z-Doctor commented Dec 8, 2018

I found that when a client is Initialized with a channel name that is not all lower case, a connection is established and messages can be sent, but after a few seconds, the channel is removed from the joined channels. The OnLeftChannel event is not invoked when this happens.

@swiftyspiffy
Copy link
Member

This is weird because the channel is immediately sent to lowercase:
https://github.com/TwitchLib/TwitchLib.Client/blob/master/TwitchLib.Client/TwitchClient.cs#L332

Will look further into it. It might be because the unity build of twitchlib is a bit behind?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants