mirror of
https://github.com/ProxymanApp/Proxyman.git
synced 2026-04-25 16:15:55 +03:00
[GH-ISSUE #532] [BUG] Unknown client #528
Labels
No labels
Discussion
Feature request
In Progress...
Plugins
Waiting response
Windows
Windows
bug
duplicate
enhancement
feature
good first issue
iOS
macOS 10.11
question
wontfix
✅ Done
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Proxyman#528
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @NghiaTranUIT on GitHub (Jun 23, 2020).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/532
Originally assigned to: @NghiaTranUIT on GitHub.
Description
Sometime, Proxyman couldn't find the client and it results in the Unknown. Technically, it happens because we find the client too later after the client port is closed -> Thus, it doesn't exist in the IP Table anymore.
We should fix it.
Acceptance Criteria
@NghiaTranUIT commented on GitHub (Jun 23, 2020):
Fixed: https://proxyman.s3.us-east-2.amazonaws.com/beta/Proxyman_2.0.1_Fix_Unknown_Client.dmg
@juliandesmarais commented on GitHub (Dec 9, 2022):
@NghiaTranUIT I'm on the latest version and this is still occurring. What logs can I provide?
@NghiaTranUIT commented on GitHub (Dec 10, 2022):
This bug has not been completely resolved yet. @juliandesmarais Do you know where the traffic comes from? Is it from your app, iOS app, Website, or any known service?
Proxyman might not find a client if it's a low-level system library.
@juliandesmarais commented on GitHub (Jan 5, 2023):
@NghiaTranUIT I'm seeing it happen when I'm running my app through my iOS simulator.
@NghiaTranUIT commented on GitHub (Jan 6, 2023):
@juliandesmarais Just wondering: what is your iOS Simulator version 🤔
If you don't mind, please print this code:
I would like to see the path of your App on the Simulator. It's easier for me to investigate the bug 👍