mirror of
https://github.com/ProxymanApp/Proxyman.git
synced 2026-04-26 00:25:56 +03:00
[GH-ISSUE #1806] Hangs when quitting application #1800
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#1800
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 @dkocher on GitHub (Oct 15, 2023).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/1806
Description
Beachballing when quitting application for a long time.
Steps to Reproduce
Current Behavior
Previously the application quit instantly.
Expected Behavior
Instant quit.
Environment
Sample of Proxyman.txt
Proxyman_2023-10-15-153753_silverbullet.hang.zip
@NghiaTranUIT commented on GitHub (Oct 15, 2023):
May I ask If you installed the Helper Tool in Proxyman Setting -> Advanced Tab -> Helper Tool?
If it's not installed, Proxyman uses
networksetupCLI to try reverting the HTTP Proxy when closing the app. This CLI might take a little bit longer and cause the beach ball.Install the helper tool will fix it.
@dkocher commented on GitHub (Oct 15, 2023):
The helper tool is installed (Version 1.4.0).
@dkocher commented on GitHub (Oct 15, 2023):
Tried to delete the application state in
~/Library/Saved Application State/com.proxyman.NSProxy.savedStatebut that does not resolve the problem.@dkocher commented on GitHub (Oct 15, 2023):
Related to this it also takes an unusually long time to launch the application since a few releases.
@NghiaTranUIT commented on GitHub (Oct 15, 2023):
It's odd. Can you try to do Factory Reset in the Help -> Advance menu.
It's safe to do Factory Reset if you don't tick the "Include User Data". Your rules/config won't be wiped out.
@dkocher commented on GitHub (Oct 15, 2023):
This resolved both startup and quit beachballing. Thanks for the super fast support 😎.
@NghiaTranUIT commented on GitHub (Oct 15, 2023):
You're welcome. Let me investigate the root of the problem. The different I can tell is how Proxyman closes the SwiftNIO HTTP Server.