Skip to content

Conversation

franrob-projects
Copy link
Contributor

@franrob-projects franrob-projects commented Sep 24, 2025

This PR integrates the follwoing FAQs into the docs:



Redirects: here
Jira: EDU-2100
FAQ: Here

Copy link

coderabbitai bot commented Sep 24, 2025

Important

Review skipped

Auto reviews are disabled on this repository.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

✨ Finishing touches
🧪 Generate unit tests
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch EDU-2100-remove-account-and-app-setup-and-cofig-faq

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.

❤️ Share
🧪 Early access (Sonnet 4.5): enabled

We 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:

  • Public repositories are always opted into early access features.
  • You can enable or disable early access features from the CodeRabbit UI or by updating the CodeRabbit configuration file.

Comment @coderabbitai help to get the list of available commands and usage tips.

…g polling rather than using it as a fallback for WebSockets?
@franrob-projects franrob-projects marked this pull request as ready for review September 25, 2025 16:41
@franrob-projects franrob-projects added the review-app Create a Heroku review app label Sep 30, 2025
@ably-ci ably-ci temporarily deployed to ably-docs-edu-2100-remo-ikgvkf September 30, 2025 14:15 Inactive

**Why Ably doesn't need channel groups:**

* With Ably client libraries, you can add or remove subscriptions to channels dynamically at any tie.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

typo?

With Ably client libraries, you can add or remove subscriptions to channels dynamically at any tie.

If you need to disable TLS (typically to reduce communication overhead for public data streams), you can specify `tls: false` in your [client options](/docs/api/realtime-sdk#client-options) when instantiating a Realtime or REST library.

<Aside data-type='warning'>
Disabling TLS is strongly discouraged and is disabled by default in all client libraries for security reasons.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

tls is enabled by default i.e default is true

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should these be under connection / platform and not channel as its related to the underlying transport?


* View the [network map](https://ably.com/network) of Ably's datacenters and global points of presence.
* Check the [status of datacenters](https://status.ably.io/) by region.
* See [global round-trip latency statistics](https://ably.com/network/latency) measured externally by Uptrends.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
review-app Create a Heroku review app
Development

Successfully merging this pull request may close these issues.

3 participants