-
Notifications
You must be signed in to change notification settings - Fork 25
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
Add the rest of swift concurrency annotations #1971
Comments
…compile time error (issue ably/ably-cocoa#1971): ``` Non-sendable type 'ARTRealtimePresenceQuery?' in parameter of the protocol requirement satisfied by actor-isolated instance method 'get(params:)' cannot cross actor boundary ```
If there are still types that we know need to be added, we should do this before doing a release. |
|
@umair-ably couldn't you post here screenshots of the warnings/errors with |
Continuation of #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
The text was updated successfully, but these errors were encountered: