Replies: 1 comment
-
See #119 (comment). It's possible this warning "might" go await when 6.0.0 is release later this year, though some of the arguments related to initializing the SDK may require this warning to stay |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When I initialize in the AppDelegate didFinishLaunchingWithOptions with the following code:
Task{ try? await ParseSwift.initialize(applicationId: "***", clientKey: "***", serverURL: URL(string: "https://parseapi.back4app.com/")!) }
I get a concurrency warning:
I have eliminated most of these warnings in my app but not sure how to handle this.
Beta Was this translation helpful? Give feedback.
All reactions