We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 09438f3 + b224cfd commit 5620f79Copy full SHA for 5620f79
WooCommerce/Classes/Tools/BackgroundTasks/BackgroundTaskRefreshDispatcher.swift
@@ -177,8 +177,8 @@ private struct BackgroundTaskSystemInfo {
177
let monitor = NWPathMonitor()
178
179
monitor.pathUpdateHandler = { path in
180
- continuation.resume(returning: NetworkInfo(path: path))
181
monitor.cancel()
+ continuation.resume(returning: NetworkInfo(path: path))
182
}
183
184
let queue = DispatchQueue(label: "network.monitor.queue")
0 commit comments