Skip to content

Commit

Permalink
Reset of synchronizer alias
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasKorba committed Dec 11, 2024
1 parent 26ad508 commit ee8a88e
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -580,6 +580,8 @@ public class SDKSynchronizer: Synchronizer {
// MARK: Wipe

public func wipe() -> AnyPublisher<Void, Error> {
UsedAliasesChecker.stopUsing(alias: initializer.alias, id: initializer.id)

let subject = PassthroughSubject<Void, Error>()
Task(priority: .high) {
if let error = checkIfCanContinueInitialisation() {
Expand Down

0 comments on commit ee8a88e

Please # to comment.