ably / ably-cocoa

iOS, tvOS and macOS Objective-C and Swift client library SDK for Ably realtime messaging service
https://ably.com/download
Apache License 2.0
46 stars 24 forks source link

Add the rest of swift concurrency annotations #1971

Open maratal opened 1 week ago

maratal commented 1 week ago

Continuation of https://github.com/ably/ably-cocoa/issues/1962

Some types were not added because it's not obvious what should be added from the glance. I suggest to keep this issue open and add types that causing compilation errors in this description (meanwhile adding them to Ably+Dependencies.swift to add them all at once later in ably-cocoa):

ARTRealtimePresenceQuery

┆Issue is synchronized with this Jira Task by Unito

lawrence-forooghian commented 6 days ago

If there are still types that we know need to be added, we should do this before doing a release.

maratal commented 5 days ago

If there are still types that we know need to be added, we should do this before doing a release.

https://github.com/ably/ably-cocoa/pull/1973