PubSub Topic limits

Hi,

I made a discord bot called Mee6 (http://mee6.xyz). One of the major features in mee6 is the ability to send a message (ex: hey @everyone, Lirik is live on http://twitch.tv/lirik) everytime a streamer is live on twitch.

I’m currently using the “streams” endpoint to collect the status of the streamers, making 100 streamers batches. https://github.com/cookkkie/mee6/blob/master/chat-bot/plugins/streamers.py#L41

I’m very interested by the PubSub thing but the thing is the number of topics you can subscribe to is limited. Any chance to see that limitation be removed in a near future?

Thanks.

To be clear, the only thing officially supported on PubSub is Bits. The rest aren’t meant for third party use and can be removed or changed at any time. Also, for PubSub, the limitation is 50 topics per connection up to 10 connections per IP. Nothing to announce with regards to connection limits.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.