Hey night,
The bot receives messages from all channels - channels from both clusters. There was even a new highest recorded message count at 3.6k per minute on the 25th.
I also know that I need to connect to the proper cluster to receive all messages; this is fully automated since the bot queries Twitch’s API to receive the cluster and a list of IPs it can connect to. It does this for every single channel (even though this is technically not necessary).
I temporarily removed my message limit to make sure, and I’m currently at 306 819 stored messages from just the #esl_csgo channel.
My problem is not that I don’t receive any messages, it’s that there are some messages missing. I sometimes receive a message via Twitch’s website that my bot did not receive. There were also no errors on my side, as everything is logged (CPU/mem usage, message count per minute, uptime, disconnects, all errors).
What I haven’t checked yet is whether there’s a delay? If I receive a message via the Twitch.tv website, should the bot have received it as well (immediately) or is there some kind of fixed delay?
Thanks for your reply.