Andy Ford

Results 16 issues of Andy Ford

Discovered inadvertently during the investigation of https://github.com/ably/ably-java/issues/917. If you use the autoconnect option in `ClientOptions` and also call `connect` on the ably instance, a race condition exists whereby threads are...

bug

This change implements the "subscription" aspect of the message interactions feature. JIRA links: - Epic: https://ably.atlassian.net/browse/CON-6 - Story: https://ably.atlassian.net/browse/CON-2 Spec points: - RTL22 - MFI1 - MFI2 It contains the...

**RealtimeChannel: attach_when_channel_in_detaching_state** The test was failing/flakey because the channel sometimes quickly cycled through detaching into attaching, before the listener had a chance to check the state. This change fixes the...

testing
failing-test

This PR contains the necessary changes for the 2.2.1 release.

## Description Incorporates the changes for the Chat V1 API review. Only does this for JS. [CHA-955] ### Checklist - [ ] Commits have been rebased. - [ ] Linting...

This change introduces an auto release script for actions, the same as we run for chat-js. It runs automatically upon release creation and publishes with provenance to npm. Similarly, the...