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

Audit the developer experience of using the SDK in Swift concurrency #1967

Open
lawrence-forooghian opened this issue Sep 2, 2024 · 0 comments
Labels
enhancement New feature or improved functionality.

Comments

@lawrence-forooghian
Copy link
Collaborator

lawrence-forooghian commented Sep 2, 2024

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.

┆Issue is synchronized with this Jira Task by Unito

@lawrence-forooghian lawrence-forooghian added the enhancement New feature or improved functionality. label Sep 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or improved functionality.
Development

No branches or pull requests

1 participant