docs
docs copied to clipboard
Ably Realtime API documentation
At certain points, such as the following, the queue docs `/general/queues` talks about a lot of Ably specific concepts without actually explaining them or linking to explanations. > Then you...
In the same way that we have Swift illustrated in addition to Objective-C for [ably-cocoa](https://github.com/ably/ably-cocoa) examples, we should have [Kotlin](https://kotlinlang.org/) illustrated in addition to Java for [ably-java](https://github.com/ably/ably-java) examples. We've already...
Realtime idempotent publishing via user-supplied ids is a fairly niche feature. The usual behaviour -- for a given connection, you get idempotency automatically for free via the msgSerial (i.e. the...
Internal: https://ably-real-time.slack.com/archives/CF7GGBF2N/p1582450929004400 Increasingly, as API streamer is exposed more widely, we are finding that it is difficult for end-users to understand the meaning of a capability expression and, in particular,...
Question from customer: > Hey there, was wondering about having "private" channels. I need to have a secure way to publish to different clients while one can't read or subscribe...
The background to this is a [conversation in Slack](https://ably-real-time.slack.com/archives/C8SPU4589/p1597062767461200?thread_ts=1597054897.457300&cid=C8SPU4589). It seems that for the sake of simplicity the website dashboard doesn't allow users to list different channels with different privileges...
See https://ably.com/docs/core-features/pubsub and https://ably.com/docs/core-features/channels#understanding-decoupled-clients, both of them use this diagram: I honestly have no idea what this diagram is trying to show users. Given this is our Concepts documentation, so...
We have a couple live examples of using an authCallback ([https://jsbin.ably.io/ewimim/5/edit](https://jsbin.ably.io/ewimim/5/edit) and [https://jsbin.ably.io/ocodaf/1/edit](https://jsbin.ably.io/ocodaf/1/edit) ), but not for an authUrl. (We might want to add a new fake token endpoint to...
See https://knowledge.ably.com/ably-error-codes The codes are split into client errors and server errors, yet client errors contains lots of server error codes in there. This should be fixed. In addition, I...
Spotted by @owenpearson when reviewing https://github.com/ably/features/pull/15. ┆Issue is synchronized with this [Jira Task](https://ably.atlassian.net/browse/EDU-942) by [Unito](https://www.unito.io)