Skip to content

Commit

Permalink
Merge branch 'release/1.0.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
antonio-war committed Nov 4, 2022
2 parents 7c0a218 + c6fdcc3 commit 726839e
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>SchemeUserState</key>
<dict>
<key>SwiftyReachability.xcscheme_^#shared#^_</key>
<dict>
<key>orderHint</key>
<integer>0</integer>
</dict>
</dict>
</dict>
</plist>
2 changes: 1 addition & 1 deletion Sources/SwiftyReachability/SwiftyReachability.swift
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public class SwiftyReachability {
self.setConnection(path: path)
}

monitor.start(queue: DispatchQueue.global(qos: .background))
monitor.start(queue: DispatchQueue.global(qos: .default))

semaphore?.wait()
semaphore = nil
Expand Down

0 comments on commit 726839e

Please sign in to comment.