Chatterino / chatterino2

Chat client for https://twitch.tv
MIT License
2.07k stars 449 forks source link

50+ messages ignored with no ignore list #701

Closed Testing0123 closed 6 years ago

Testing0123 commented 6 years ago

I was watching the pokemon marathon and noticed that multiple times during the stream, a message saying "50 messages ignored" will show. What's causing this?

chat

pajlada commented 6 years ago

I think that's some sort of overflow control code, where if there are just too many messages to handle it will ignore some messages until it's down to a more reasonable amount (See https://github.com/fourtf/chatterino/blob/master/TwitchIrc/IrcConnection.cs#L132-L164) However, this is a Chatterino1 issue, and not something that happens in Chatterino2.