mirror of
https://github.com/ProxymanApp/atlantis.git
synced 2026-04-26 08:26:04 +03:00
[GH-ISSUE #168] Duplicated Requests #99
Labels
No labels
Done
Done
Windows
bug
bug
bug
enhancement
enhancement
enhancement
good first issue
hacktoberfest
pull-request
wontfix
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/atlantis#99
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 @nathanbeaumont on GitHub (Apr 28, 2025).
Original GitHub issue: https://github.com/ProxymanApp/atlantis/issues/168
I am seeing duplicate requests come across Proxyman from my iOS Device. Otherwise Atlantis working well. I followed along this old issue https://github.com/ProxymanApp/atlantis/issues/119.
I have checked that Transporter.swift it is only starting to monitor on one host. I am passing in the Host name, I am not connecting to all Proxyman instances on the network. I can see via breakpoints and console logs that my host is the only host getting connected and no others.
I am seeing the two requests come in a few milliseconds apart 1-7 ms, every single request is duplicated, not just a single one.
Setup:
@NghiaTranUIT commented on GitHub (Jul 1, 2025):
@nathanbeaumont Sorry for the late reply. May I ask if your app is using any
URLProtocol?https://github.com/ProxymanApp/atlantis/pull/155
@nathanbeaumont commented on GitHub (Aug 12, 2025):
Sorry for the delay on my part, we do not, we use URLSession