We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d98e100 commit fee7f5dCopy full SHA for fee7f5d
Sources/prostore/install/installApp.swift
@@ -128,7 +128,6 @@ public func installApp(from ipaURL: URL) async throws
128
continuation.onTermination = { @Sendable _ in
129
print("Install stream terminated — cleaning up.")
130
cancellables.removeAll()
131
- HeartbeatManager.shared.stop()
132
// cancel the installation task if still running
133
installTask?.cancel()
134
}
@@ -202,3 +201,4 @@ public func installApp(from ipaURL: URL) async throws
202
201
203
204
+
0 commit comments