-
Notifications
You must be signed in to change notification settings - Fork 44
Remove account and app setup and config FAQ #2853
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 account and app setup and config FAQ #2853
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 |
…sues with signing in
account quota/usage/limit alerts?
…g polling rather than using it as a fallback for WebSockets?
…Ps and/or domains should I add?
… messages across channels?
|
||
**Why Ably doesn't need channel groups:** | ||
|
||
* With Ably client libraries, you can add or remove subscriptions to channels dynamically at any tie. |
There was a problem hiding this comment.
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. |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should this point to https://ably.com/docs/platform/architecture/latency#latency-metrics ?
This PR integrates the follwoing FAQs into the docs:
my accounts and/or apps?
What is the difference between 'failed' and 'refused' message statistics?
How do I access my app dashboard if I am a Heroku add-on user?
How is the 'peakRates' account stat defined?
What stats are available on my account and apps?
What is the relationship between Accounts and Apps
I purchased Ably through the AWS Marketplace but I am experiencing issues with signing in
How do I delete an app?
How can I restrict connections or requests by origin or IP?
Is it possible to restrict which channels or permissions an API key has?
Can I see which other users have access to my account?
How can I manage my email preferences for marketing, product and
Can I change my Ably account owner?
Why is the Realtime SDK always establishing Comet connections for long polling rather than using it as a fallback for WebSockets?
Which transports are supported?
Which TLS Version does the ably-js library use?
Do you support multiplexing and channel groups?
If I need to whitelist Ably's servers from a firewall, which ports, IPs and/or domains should I add?
Authenticated and identified clients
Are messages sent to and received from Ably securely using TLS?
How can you restrict which channels a client can access?
When I change a key's capabilities in the dashboard, will existing connections get those capabilities immediately?
Recommendations for incrementally authorising new capabilities
Is it secure to send the access_token as part of the websocket url query params?
Cross-platform symmetric encryption offered by the libraries
How do I report a security or privacy vulnerability on Ably
Transport Layer Security (TLS) Version Support
Do you support MQTT? Are you protocol agnostic?
What are Ably protocol adapters and how do they work?
Where are Ably's servers and datacenters located around the world?
Why does Ably have concurrent channel limits?
How do I avoid hitting the Max Channel Message Rate Limit by sharding messages across channels?
Redirects: here
Jira: EDU-2100
FAQ: Here