Skip to content

Commit

Permalink
Remove the reconnect/disconnect logic from the connection tester (#2272)
Browse files Browse the repository at this point in the history
Task/Issue URL: https://app.asana.com/0/0/1206173513538619/f

macOS PR: duckduckgo/macos-browser#1970
BSK PR: duckduckgo/BrowserServicesKit#601

## Description

Removes the logic that would reconnect / disconnect NetP in case of trouble.
  • Loading branch information
diegoreymendez authored Dec 15, 2023
1 parent f6a4d4d commit 2345389
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DuckDuckGo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -9166,7 +9166,7 @@
repositoryURL = "https://github.com/DuckDuckGo/BrowserServicesKit";
requirement = {
kind = exactVersion;
version = 94.0.0;
version = 94.0.1;
};
};
C14882EB27F211A000D59F0C /* XCRemoteSwiftPackageReference "SwiftSoup" */ = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"repositoryURL": "https://github.com/DuckDuckGo/BrowserServicesKit",
"state": {
"branch": null,
"revision": "e4f4ae624174c1398d345cfc387db38f8f69986d",
"version": "94.0.0"
"revision": "7b0910360d6f700ca9bea5e5374c8e2c9a2da899",
"version": "94.0.1"
}
},
{
Expand Down

0 comments on commit 2345389

Please sign in to comment.