[PR #90] [MERGED] Support multiple connection to Proxyman apps #138

Closed
opened 2026-03-03 19:12:03 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ProxymanApp/atlantis/pull/90
Author: @NghiaTranUIT
Created: 11/8/2021
Status: Merged
Merged: 11/22/2021
Merged by: @NghiaTranUIT

Base: mainHead: feat/multiple-connection


📝 Commits (4)

  • feb9a58 Logic for multiple connections
  • 1f2c792 New logic use NWConnection
  • 507e951 Safe thread on Connection pool
  • fd343ef Remove all iOS 13 check

📊 Changes

8 files changed (+136 additions, -103 deletions)

View changed files

📝 Objc/AtlantisHelper.m (+15 -18)
📝 Package.swift (+3 -3)
📝 Sources/Atlantis.swift (+0 -6)
📝 Sources/NetworkInjector+URLSession.swift (+0 -7)
📝 Sources/NetworkInjector.swift (+1 -8)
📝 Sources/Packages.swift (+3 -7)
📝 Sources/Transporter.swift (+111 -51)
📝 atlantis-proxyman.podspec (+3 -3)

📄 Description

Change-log

  • Use NWConnection instead of URLSessionStreamTask
  • Bump to iOS 13, tvOS 13, macOS 10.15 as a minimum OS
  • Maintain multiple connection to Proxyman app

Ticket

#72


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/ProxymanApp/atlantis/pull/90 **Author:** [@NghiaTranUIT](https://github.com/NghiaTranUIT) **Created:** 11/8/2021 **Status:** ✅ Merged **Merged:** 11/22/2021 **Merged by:** [@NghiaTranUIT](https://github.com/NghiaTranUIT) **Base:** `main` ← **Head:** `feat/multiple-connection` --- ### 📝 Commits (4) - [`feb9a58`](https://github.com/ProxymanApp/atlantis/commit/feb9a581e52a4bf253ecf2304f7d2cf3d88b60df) Logic for multiple connections - [`1f2c792`](https://github.com/ProxymanApp/atlantis/commit/1f2c792ef721a5fa5a14ce2b7a38188fb14dd5ad) New logic use NWConnection - [`507e951`](https://github.com/ProxymanApp/atlantis/commit/507e9516640f613a0390d0e6238e04a386295a79) Safe thread on Connection pool - [`fd343ef`](https://github.com/ProxymanApp/atlantis/commit/fd343efac6f96869c74613696eae5670933878f1) Remove all iOS 13 check ### 📊 Changes **8 files changed** (+136 additions, -103 deletions) <details> <summary>View changed files</summary> 📝 `Objc/AtlantisHelper.m` (+15 -18) 📝 `Package.swift` (+3 -3) 📝 `Sources/Atlantis.swift` (+0 -6) 📝 `Sources/NetworkInjector+URLSession.swift` (+0 -7) 📝 `Sources/NetworkInjector.swift` (+1 -8) 📝 `Sources/Packages.swift` (+3 -7) 📝 `Sources/Transporter.swift` (+111 -51) 📝 `atlantis-proxyman.podspec` (+3 -3) </details> ### 📄 Description ### Change-log - Use NWConnection instead of URLSessionStreamTask - Bump to iOS 13, tvOS 13, macOS 10.15 as a minimum OS - Maintain multiple connection to Proxyman app ### Ticket #72 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 19:12:03 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/atlantis#138
No description provided.