How do you limit the number of clients connected to a channel?

:wave:

I’d probably have an ets table for counting how many users there are in a particular chat room, and consult it in every channel join. Note that this approach wouldn’t work (or rather would require some modifications) for multi-node setup.