You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I recently tried, for the first time, using ably-cocoa with Swift concurrency (whilst working on the Chat SDK). I had previously just assumed that the Swift compiler would bridge the callback-taking methods like attach(_:) to an async equivalent, but it doesn’t. This means that users have to write boring boilerplate with withCheckedThrowingContinuation. Let's see what we can do to improve this experience.
I recently tried, for the first time, using ably-cocoa with Swift concurrency (whilst working on the Chat SDK). I had previously just assumed that the Swift compiler would bridge the callback-taking methods like
attach(_:)
to anasync
equivalent, but it doesn’t. This means that users have to write boring boilerplate withwithCheckedThrowingContinuation
. Let's see what we can do to improve this experience.┆Issue is synchronized with this Jira Task by Unito
The text was updated successfully, but these errors were encountered: