mirror of
https://github.com/ProxymanApp/atlantis.git
synced 2026-04-26 08:26:04 +03:00
[GH-ISSUE #74] Atlantis uses huge amounts of memory if Proxyman isn't running #50
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#50
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 @mluisbrown on GitHub (Jun 4, 2021).
Original GitHub issue: https://github.com/ProxymanApp/atlantis/issues/74
Originally assigned to: @NghiaTranUIT on GitHub.
We have Atlantis in our app, and the app receives a lot of web socket messages. If Proxyman isn't running, all these messages (and any other network requests) get appended to
pendingPackageshere: https://github.com/ProxymanApp/atlantis/blob/main/Sources/Transporter.swift#L95There seems to be no limit on the size of this array, so this will continue until the app runs out of memory, or Proxyman is launched.
It would be great to have an option to disable the storing of pending packages, so if you don't have Proxyman running, these packages are just lost, and you only start seeing new data in Proxyman from the moment you start it.
@NghiaTranUIT commented on GitHub (Jun 4, 2021):
It's a good point 👍
I suppose that I will add a limit (50 items at max or Receiving the Memory Warning), then it will release all pending data.
Let me fix it 💯
@NghiaTranUIT commented on GitHub (Jun 4, 2021):
Just a friendly reminder that this issue is fixed and released. Please check it out 😄 @mluisbrown
@mluisbrown commented on GitHub (Jun 4, 2021):
Thank you so much for the amazingly fast turnaround 🙏