ably-js icon indicating copy to clipboard operation
ably-js copied to clipboard

Javascript, Node, Typescript, React, React Native client library SDK for Ably realtime messaging service

Results 206 ably-js issues
Sort by recently updated
recently updated
newest added

removes unused `timeSerial` added in https://github.com/ably/ably-js/commit/3779562813ce589083cd23a2093716082d15dd27#diff-4950999f00a83f9a58097a13788e54b21306f3b895c03c8a5b85ae06bf30447e (so we can add changes for CAP-44 later)

experiencing error in ably js `WebSocket connection to 'wss://realtime.ably.io/?access_token=KvMtoA.FFOsdpo2y10CXpYmGEdXg0bffm_fR6x43df5BZAe5-RELEzj69yr698w4jmtaZQOFgYxE1xxv__eyENzAOinn_63CBOrDs35b8R4ciJcmnMg7c4wsDmOafewjviBM6z9VnuPlwFNMcFaiMwMne-j-WWsZfniDo7vOfOyoBotbQzI&format=json&heartbeats=true&v=1.2&agent=ably-js%2F1.2.27%20browser' failed: WebSocket is closed before the connection is established.` `Uncaught (in promise) ErrorInfo {message: 'Connection to server unavailable', code: 80002, statusCode:...

The activation state machine needs to store information about the device and registration state, for web this should be designed as (or to be used within) a WebWorker ┆Issue is...

enhancement
push

Please implement the token revocation as specified in the spec documentation as created [ably/docs#1426](https://github.com/ably/docs/pull/1426) and using this prototype as a referencehttps://github.com/ably/ably-cocoa/pull/1430 and issue in cocoa https://github.com/ably/ably-cocoa/issues/1429 To dos: * Create...

enhancement

Currently when using ably-js with Salesforce Lightning Locker the library throws the following error on import: `Error: Cannot read properties of undefined (reading 'navigator')` The root cause is that the...

Implement batch operations feature as described in the specification: https://github.com/ably/docs/blob/main/content/client-lib-development-guide/features.textile#batch-operations For reference please see: https://ably.com/docs/rest/batch The original PR for spec creation: https://github.com/ably/docs/pull/1421 Acceptance criteria: feature has been implemented and unit...

spec-alignment

Someone recently opened #943 which is a bug with the promisified version of `RestPresence.get`. This would have been caught by our tests but we don't currently have any tests which...

tests

React Native app connects to channel with param rewind: 1 ``` let channel = client.channels.get(id, { params: { rewind: '1' }, }) ``` It works great on app start but...

investigate

Similar to #932 but with state storage tailored for react native ┆Issue is synchronized with this [Jira Task](https://ably.atlassian.net/browse/SDK-1681) by [Unito](https://www.unito.io)

push

RestChannel and RealtimeChannel need to have push interfaces ┆Issue is synchronized with this [Jira Task](https://ably.atlassian.net/browse/SDK-1673) by [Unito](https://www.unito.io)

push