Marat Al
Marat Al
The following properties were added recently: `action`, `version`, `serial`, `refSerial`, `refType`, `operation`, `createdAt` `action` and `serial` were added as part of https://github.com/ably/ably-cocoa/pull/1998, but need update after adding the rest of...
It fails when one of the tests crashes with "Restarting after unexpected exit, crash, or test timeout" message in the logs, like [here](https://github.com/ably/ably-cocoa/actions/runs/11244059456/job/31264132516?pr=1988) f.e. ┆Issue is synchronized with this [Jira...
Actually it's "test__200__channel_serial_is_updated_whenever_a_protocol_message_with_either_message_presence_or_attached_actions_is_received_in_a_channel" which is above the test in the title. One of it's closures is being called already after test finishes and thus failing currently executing test ("splitDone called...
Results in a loop - https://test-observability.herokuapp.com/repos/ably/ably-cocoa/uploads?branches%5B%5D=fix%2F1981-isSynthesized-fix-in-loop Interesting [upload](https://test-observability.herokuapp.com/repos/ably/ably-cocoa/uploads/e35922db-2c2e-40ed-9dd4-ffbb356fdddb) - a lot of timeouts and failures with "Error 50004 - Service Unavailable (server at capacity limit)" or similar errors.
Closes #557 Some users use APNs via FCM, so there should be an option to turn-off default handling of push notifications in iOS Ably Flutter to give user an ability...
## What did you do? Ran `pod lib lint --verbose` ## What did you expect to happen? Linting succeeds without errors. ## What happened instead? The linting command indicates build...
Closes #2135 ## Summary by CodeRabbit * **Bug Fixes** * Error decoding now respects HTTP status codes and properly handles error payloads that are either a string or an object,...
Initially was reported in flutter - https://github.com/ably/ably-flutter/issues/583 When server responds with a http error in JSON format, library assumes it's a dictionary with an `error` sub-dictionary. `error` can be just...
It's not used anywhere in the codebase except two places for reasons unknown to me. ``` @implementation ARTPushChannelInternal { @private dispatch_queue_t _queue; dispatch_queue_t _userQueue; @public __weak ARTRestInternal *_rest; // weak...
## Summary by CodeRabbit - New Features - Added endpoint-based configuration with derived primary domain and fallback domains. - Exposed connectivity check URL and agent identifier utilities; surfaced library/platform metadata....