#[SOLVED] Clarification regarding realtime connections

2 messages · Page 1 of 1 (latest)

grim snow
#
  1. If we have 20 users subscribed to changes in a collection, is that 1 realtime connection or 20 realtime connections? I'm a bit confused as there is a 500 realtime connections cap.

  2. If I have one user subscribed to changed in 5 different collections, is that 1 realtime connection or 5 realtime connections?

hardy basin
#

Connections are per user, so 20 user connected to realtime means 20 connections. Single connection can be used to subscribe to multiple channels i.e. collections, docs, storage, functions, etc..