Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SDK-1494] No connection serial #1714

Merged
merged 1 commit into from
Feb 22, 2024
Merged

[SDK-1494] No connection serial #1714

merged 1 commit into from
Feb 22, 2024

Conversation

maratal
Copy link
Collaborator

@maratal maratal commented May 9, 2023

No connection serial implementation for ably-cocoa.
Closes #1494

This is a rework of the initial PR #1496 which has become messy.

@github-actions github-actions bot temporarily deployed to staging/pull/1714/features May 9, 2023 14:40 Inactive
@maratal maratal changed the title Change line to trigger creation of PR No connection serial May 9, 2023
@github-actions github-actions bot temporarily deployed to staging/pull/1714/jazzydoc May 9, 2023 14:46 Inactive
@maratal maratal closed this May 9, 2023
@maratal maratal force-pushed the feature/no-connection-serial branch from 8523765 to c22a2f5 Compare May 9, 2023 15:26
@maratal maratal deleted the feature/no-connection-serial branch May 9, 2023 22:12
@maratal maratal reopened this May 14, 2023
@github-actions github-actions bot temporarily deployed to staging/pull/1714/features May 14, 2023 13:38 Inactive
@github-actions github-actions bot temporarily deployed to staging/pull/1714/features May 14, 2023 13:38 Inactive
@github-actions github-actions bot temporarily deployed to staging/pull/1714/features May 16, 2023 00:27 Inactive
@github-actions github-actions bot temporarily deployed to staging/pull/1714/jazzydoc May 16, 2023 00:32 Inactive
@maratal maratal force-pushed the feature/no-connection-serial branch from c0433e7 to 9b8d443 Compare May 21, 2023 18:00
@github-actions github-actions bot temporarily deployed to staging/pull/1714/features May 21, 2023 23:37 Inactive
@github-actions github-actions bot temporarily deployed to staging/pull/1714/jazzydoc May 21, 2023 23:42 Inactive
@github-actions github-actions bot temporarily deployed to staging/pull/1714/features May 22, 2023 00:53 Inactive
@github-actions github-actions bot temporarily deployed to staging/pull/1714/jazzydoc May 22, 2023 01:00 Inactive
@maratal maratal force-pushed the feature/no-connection-serial branch from c3577db to 2f8cf26 Compare May 22, 2023 12:09
@github-actions github-actions bot temporarily deployed to staging/pull/1714/features May 22, 2023 12:10 Inactive
@github-actions github-actions bot temporarily deployed to staging/pull/1714/jazzydoc May 22, 2023 12:17 Inactive
@maratal maratal force-pushed the feature/no-connection-serial branch from 2f8cf26 to 9243472 Compare May 28, 2023 10:54
@github-actions github-actions bot temporarily deployed to staging/pull/1714/features May 28, 2023 10:54 Inactive
@github-actions github-actions bot temporarily deployed to staging/pull/1714/jazzydoc May 28, 2023 11:00 Inactive
@maratal maratal marked this pull request as ready for review May 28, 2023 11:24
@maratal maratal force-pushed the feature/no-connection-serial branch from 9243472 to fdbd4ac Compare May 28, 2023 20:14
@github-actions github-actions bot temporarily deployed to staging/pull/1714/features May 28, 2023 20:14 Inactive
@github-actions github-actions bot temporarily deployed to staging/pull/1714/jazzydoc May 28, 2023 20:22 Inactive
Copy link
Collaborator

@lawrence-forooghian lawrence-forooghian left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good overall, some comments but I think it's on the right track. Nice work!

Source/PrivateHeaders/Ably/ARTConnection+Private.h Outdated Show resolved Hide resolved
Source/ARTConnection.m Outdated Show resolved Hide resolved
Source/ARTConnection.m Outdated Show resolved Hide resolved
Source/ARTConnection.m Outdated Show resolved Hide resolved
Source/ARTRealtime.m Outdated Show resolved Hide resolved
Test/Tests/RealtimeClientConnectionTests.swift Outdated Show resolved Hide resolved
lawrence-forooghian

This comment was marked as duplicate.

@github-actions github-actions bot temporarily deployed to staging/pull/1714/features February 13, 2024 00:26 Inactive
@github-actions github-actions bot temporarily deployed to staging/pull/1714/jazzydoc February 13, 2024 00:31 Inactive
@maratal maratal force-pushed the feature/no-connection-serial branch from c7da04b to 56daacf Compare February 21, 2024 19:57
@github-actions github-actions bot temporarily deployed to staging/pull/1714/features February 21, 2024 19:58 Inactive
@github-actions github-actions bot temporarily deployed to staging/pull/1714/jazzydoc February 21, 2024 20:01 Inactive
@maratal maratal force-pushed the feature/no-connection-serial branch from 56daacf to afb93ce Compare February 21, 2024 20:17
@github-actions github-actions bot temporarily deployed to staging/pull/1714/features February 21, 2024 20:17 Inactive
@github-actions github-actions bot temporarily deployed to staging/pull/1714/jazzydoc February 21, 2024 20:21 Inactive
@maratal maratal force-pushed the feature/no-connection-serial branch from afb93ce to fb01ab8 Compare February 21, 2024 23:36
@github-actions github-actions bot temporarily deployed to staging/pull/1714/features February 21, 2024 23:36 Inactive
@github-actions github-actions bot temporarily deployed to staging/pull/1714/jazzydoc February 21, 2024 23:41 Inactive
@github-actions github-actions bot temporarily deployed to staging/pull/1714/features February 22, 2024 13:04 Inactive
@github-actions github-actions bot temporarily deployed to staging/pull/1714/jazzydoc February 22, 2024 13:07 Inactive
@maratal maratal force-pushed the feature/no-connection-serial branch 4 times, most recently from e4b847e to 6e62c70 Compare February 22, 2024 14:03
@github-actions github-actions bot temporarily deployed to staging/pull/1714/features February 22, 2024 14:04 Inactive
@github-actions github-actions bot temporarily deployed to staging/pull/1714/jazzydoc February 22, 2024 14:08 Inactive
Copy link
Collaborator

@lawrence-forooghian lawrence-forooghian left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cool, looks good. Only thing left to do, I think, is to do something about this enormous commit history so it's more understandable for people looking at the codebase in the future. Up to you what you want to do here — I’m happy for it to all be squashed into one commit if that's what you feel most comfortable doing. Would be good for the commit message to contain any information that you feel is useful from the current 104 commits, though.

Copy link
Collaborator

@lawrence-forooghian lawrence-forooghian left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🥳

@maratal maratal merged commit b23b804 into main Feb 22, 2024
7 checks passed
@jamienewcomb jamienewcomb changed the title [SDK-2636] No connection serial [SDK-1494] No connection serial Feb 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

[ably-cocoa] Implement no-connection-serial
4 participants