-
Account billing and packages
-
General
-
Realtime API and client libraries
-
Troubleshooting
-
Channels
-
REST API and client libraries
-
Ably error codes
-
Account and app setup and configuration
-
Ably architecture, transports, and security
-
Performance and Redundancy
-
Push Notifications
-
Integrations
-
Migrating to Ably from an existing service
Can a single user be present multiple times on the same channel?
Yes, that is perfectly valid from our perspective. For example, if a user is present on a channel in their browser and also on their mobile device, then they will be present twice with the same clientId, but with different connection IDs in their presence info.
If you are experiencing unexpected duplicate members on presence channels for short periods, then please read the documentation on why presence members do not leave immediately.