docs
docs copied to clipboard
Ably Realtime API documentation
Currently, it is not documented anywhere what the messages and events in the Dev Console mean. We should document all connection & channel lifecycle events we know about, and the...
This issue depends on https://github.com/ably/ably-js/issues/461 ┆Issue is synchronized with this [Jira Task](https://ably.atlassian.net/browse/EDU-185) by [Unito](https://www.unito.io)
See https://support.ably.io/support/solutions/articles/3000044831-which-transports-are-supported-. If someone searches for Ably XHR for example, they are taken here. Yet XHR and SSE is supported by Ably directly, so is MQTT etc. Should we update...
A few customers have asked about per channel stats, something we do not support. We should write an article that: * Explains why we don't do this i.e. infrastructure cost...
A customer reported the following issue: > In the chrome browser - I see this: ably.min-1.js:1 Failed to load resource: net::ERR_BLOCKED_BY_CLIENT (index):207 Uncaught ReferenceError: Ably is not defined This turned...
Android push documentation missing details about error info in PUSH_ACTIVATE/PUSH_DEACTIVATE intents
See https://github.com/ably/ably-java/blob/develop/android/src/main/java/io/ably/lib/util/IntentUtils.java#L7 These details aren't documented, and there's no code example for how to know whether or not there were activation errors. ┆Issue is synchronized with this [Jira Bug](https://ably.atlassian.net/browse/EDU-168) by...
This issue contains things to discuss, consider or update in the existing version of the API Streamer docs. **Consumer page** - `direct invitation` should link to something discussing how to...
This code example doesn't explain: * Where a `getAblyRealtime()` comes from, why are we not using the official Ably.Realtime constructor * How auth works in the context of an activate...
For a support issue, I put together a subscriber for our queues for PHP. We should make use of it and add it to the existing AMQP tutorials Code: ```
See https://repl.it/ It's a pretty impressive tool, allowing you to run code in pretty much every language, even if that code runs continuously (i.e. evented Node.js code), and even allows...