Tom Camp
Tom Camp
## Project [https://github.com/ably/ably-ruby](https://github.com/ably/ably-ruby) [Documentation](http://ably.io/documentation) ## What is this Ruby project? Ably's Ruby library provides REST and realtime communications into Ably using the Publish/Subscribe model. This can be used for cross-platform...
We will need to support Push notifications in the Go library, and once that's been implemented update our documentation. ┆Issue is synchronized with this [Jira Task](https://ably.atlassian.net/browse/ECO-4286) by [Unito](https://www.unito.io)
The docs () currently state if there is no next page, `null` is returned. (https://github.com/ably/docs/blame/main/content/partials/types/_paginated_result.textile#L81) Currently `undefined` is actually returned (as in ts `void` is returned, https://github.com/ably/ably-js/blob/3386abae8f35f5d41f016c0feeb7406bb5537cb2/src/common/lib/client/paginatedresource.ts#L178). ┆Issue is synchronized...
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...
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...
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: ```
RabbitMQ is a popular queue framework, so it'd be good to provide a tutorial for it as part of our existing queue tutorials. .NET would be a good choice of...
Currently the subscribe option in https://jsbin.ably.io/oqasav/1/edit for a token will only check if the library is able to listen on the client-side, not if it has actually successfully subscribed to...
We need to document how to resolve debug issues for Xcode with Push, this includes: - [ ] Creating a support article - [ ] Writing up information for relevant...