mclark-ably
mclark-ably
Getting this error when consuming from a queue when the message has an epoch timestamp. Is this a bug or is there a workaround?
Description: When using Ably token authentication in ably-js v2 in react native and calling history the request fails with an error `Invalid accessToken in request`. This is true whether an...
The following tutorial does not work as expected and the following needs to be updated for it to work 1. Update script tag to latest version of simple peer in...
On https://ably.com/docs/api/rest-api#token-authentication we talk about an Ably-compatible token which covers an Ably token or an Ably JWT >Token Authentication uses an Ably-compatible token to authenticate with Ably without sharing a...
Some of the attributes specified in https://sdk.ably.com/builds/ably/specification/main/features/#TO3l are not shown in the documentation pages on clientOptions pages e.g. **_httpRequestTimeout_** on https://ably.com/docs/api/rest-sdk?lang=nodejs#client-options ┆Issue is synchronized with this [Jira Task](https://ably.atlassian.net/browse/EDU-1473) by [Unito](https://www.unito.io)
Step 4 of the tutorial https://ably.com/tutorials/how-to-ably-react-hooks#tutorial-step-4 has the following syntax on how to use rewind ``` const {channel} = useChannel("[?rewind=100]your-channel-name", (message) => { // List the last 100 messages on...
Bit of a minor but found a strange behaviour when using ably-java if the following is used (with an incorrect API key) : ``` ClientOptions options = new ClientOptions("1234"); options.logLevel...
I think it would be ideal to document or make reference to the minimum required permissions needed for an FCM service account a customer will configure on the Ably dashboard...
A new client option recoveryKeyStorageName was added to ably-js [2.1.0 ](https://github.com/ably/ably-js/releases/tag/2.1.0) however this is not currently documented in the https://ably.com/docs/api/realtime-sdk?lang=javascript#client-options