-
Notifications
You must be signed in to change notification settings - Fork 45
Remove Channels FAQs #2849
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Remove Channels FAQs #2849
Conversation
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the ✨ Finishing touches🧪 Generate unit tests
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🧪 Early access (Sonnet 4.5): enabledWe are currently testing the Sonnet 4.5 model, which is expected to improve code review quality. However, this model may lead to increased noise levels in the review comments. Please disable the early access features if the noise level causes any inconvenience. Note:
Comment |
… presence set of a channel or channels?
What happens if I exceed the number of members present on a channel?
This PR integrates the following FAQs int the docs:
Can I delete messages which have been persisted through the history API?
Is it possible to check if a specific message has been delivered to a device?
Reliable message ordering for connected clients
Am I able to check who has read published messages?
Client-specified message ID restrictions for multiple messages published atomically
I'm not receiving messages, how do I debug that?
Can I see messages sent by Channel or ClientID?
How does Ably count and bill for messages?
How can I reduce my message count?
Is there a maximum number of channels per connection?
Can I attach and subscribe to channels using wildcards?
How can I implement presence subscriptions efficiently, in terms of limits?
Can I use webhooks or other rules to maintain an external copy of the presence set of a channel or channels?
Why don't presence members leave as soon as I close a tab?
I don't understand why I see so many presence messages in my stats.
Why do you have a limit on the number of members present on a channel?
What does it mean if I see 'Channel Region Inactive' in my logs on the Dev Console?
How to limit user numbers in channels
Can I make a History Call to several Channels Simultaneously?
Common misconceptions around Ably History
How synchronized / up to date is channel history betweendatacenters / regions?
Redirects: Here
Jira: EDU-2075
FAQ: Here