Total items in a channel

Is there a certain number of items we can put in a channel?

1 Like

What do you mean by “items” exactly?

If I am putting data on the channel constantly,at what point does it max out?Is it constrained by the memory availale or some other parameter?

Are you talking about data as in connected users joining the channel, or adding data to socket assigns, or something else?

1 Like

Chris, say if I am getting data from 100 different sites and put it on the channel.

It’s still not clear from your question what this data is :slight_smile:
In any case, your system will be memory constrained by the number of users that join the channel and how much state is held by each channel process. There is no hard limit.

1 Like

Thanks a lot for your help Chris.