-
- Use of `statemachine` is not need as a part of channel presence since it's not mentioned in the spec and not implemented in other SDKs.
e.g. you can find
```
STATE = ruby_enum('STATE',
:i…
-
Relevant Ably documentation: https://ably.com/docs/general/channel-rules-namespaces/
This also should be reflected in Control API, as it has this issue as well: https://ably.com/docs/api/control-api…
-
The call to `UIApplication.registerForRemoteNotifications` is now managed inside `ably-cocoa` hence should be removed in the `AblyFlutterPlugin.m`.
Link to PR - https://github.com/ably/ably-cocoa/pul…
-
Implement the following worker from AAT Android:
* AddTrackable
This worker is called when `publisher.add()` or `publisher.track()` are called, and uses a user-provided callback to indicate that…
-
See https://github.com/ably/ably-js/pull/1453#issuecomment-1775289025.
┆Issue is synchronized with this [Jira Bug](https://ably.atlassian.net/browse/ECO-4180) by [Unito](https://www.unito.io)
-
Implement the following workers from AAT Android:
* EnterPresence
* EnterPresenceSuccess
The `EnterPresenceWorker` does nothing if the trackable is being or has been removed. It asynchronously waits…
-
Implement the equivalents of the following AAT Android Workers:
* TrackableRemovalRequested
* ConnectionReady
The TrackableRemovalRequested worker is responsible for removing a trackable again once …
-
See https://support.ably.io/support/solutions/articles/3000044831-which-transports-are-supported-.
If someone searches for Ably XHR for example, they are taken here. Yet XHR and SSE is supported by …
-
- Currently, there is a popular laravel-jwt-library => [jwt-auth](https://github.com/tymondesigns/jwt-auth) that uses `token` as a default key name.
- For a given auth request, laravel-broadcaster re…
-
I am using the `authCallback` option. What if a user isn't signed in? Should I just call the callback with an error? I'm doing this right now:
```tsx
import { AblyProvider as Provider } from 'ably/re…