File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -295,7 +295,6 @@ Not attempting to open ParseLiveQuery socket anymore
295295 try await self . resumeTask ( )
296296 if isDefault {
297297 Self . defaultClient = self
298- Self . isConfiguring = false
299298 }
300299 }
301300
@@ -329,7 +328,8 @@ Not attempting to open ParseLiveQuery socket anymore
329328 }
330329 isConfiguring = true
331330 try await yieldIfNotInitialized ( )
332- Self . defaultClient = try await ParseLiveQuery ( isDefault: true )
331+ _ = try await ParseLiveQuery ( isDefault: true )
332+ isConfiguring = false
333333 }
334334
335335 static func client( ) async throws -> ParseLiveQuery {
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import Foundation
1010
1111enum ParseConstants {
1212 static let sdk = " swift "
13- static let version = " 6.0.0-beta.4 "
13+ static let version = " 6.0.0-beta.5 "
1414 static let fileManagementDirectory = " parse/ "
1515 static let fileManagementPrivateDocumentsDirectory = " Private Documents/ "
1616 static let fileManagementLibraryDirectory = " Library/ "
You can’t perform that action at this time.
0 commit comments