Andrew Bulat
Andrew Bulat
Hi @bastiankistner ! Thank you for openinig a PR for `connectionId` issue, I replied there. I will be looking into the locking inconsistency issues. You mentioned you could provide a...
Putting this PR in draft for now as https://ably.atlassian.net/browse/DTP-1104 is put on hold, see https://ably.atlassian.net/wiki/spaces/LOB/pages/3602874370/LODR-030+Surfacing+of+non-valid+objects+to+end+users+in+the+Realtime+Client
Hi @chdsbd ! The `ChannelProvider` component was introduced to avoid issues with inconsistent channel configurations and potential errors arising from them. In ably-js v1, using the `useChannel` or `usePresence` hooks...
I believe this is currently implemented using [TypeDoc](https://typedoc.org/). See [github action](https://github.com/ably/ably-js/blob/main/.github/workflows/docs.yml) and [static API reference](https://sdk.ably.com/builds/ably/ably-js/main/typedoc/) for latest commit on main branch. @owenpearson Would you be happy to close this issue?
Hey @Andrioden ! Thanks for reaching out. I checked the newer versions and there doesn't seem to be any breaking changes that would affect the SDK. We'll update the dependencies...
Hi @Andrioden , we have updated the dependencies in the [2.1.2 release](https://github.com/ably/ably-python/releases/tag/v2.1.2).
Hi @kyeshmz ! For websocket connections library will attempt the next hosts by default: default is `wss://realtime.ably.io`, and fallback hosts in case of an error: `wss://a.ably-realtime.com`, `wss://b.ably-realtime.com`, `wss://c.ably-realtime.com`, `wss://d.ably-realtime.com`, `wss://e.ably-realtime.com`...
Hey @kyeshmz ! Hope you're doing well! I forgot one more endpoint that is used by ably-js SDK: `wss://ws-up.ably-realtime.com/` - used to check if websocket connectivity is available. The official...
Superseded by https://github.com/ably/ably-js/pull/2131. This PR introduced an incomplete solution which caused ["Incorrect default export"](https://github.com/arethetypeswrong/arethetypeswrong.github.io/blob/main/docs/problems/FalseExportDefault.md) error from `arethetypeswrong` check. https://github.com/ably/ably-js/pull/2131 resolves that but introduces a breaking change.
> Please could you either restructure or squash the commits? currently we have a commit where we add some duplicated logic and then another where we remove what we just...