Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle WireGuard stop timeout #1071

Open
keeshux opened this issue Jan 17, 2025 · 0 comments
Open

Handle WireGuard stop timeout #1071

keeshux opened this issue Jan 17, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@keeshux
Copy link
Member

keeshux commented Jan 17, 2025

In PassepartoutWireGuardGo.


Is this hack in WireGuardKit still necessary? Thread is from 2017. Not happening on macOS 14.6.1

https://forums.developer.apple.com/forums/thread/84920

#if os(macOS)
// HACK: This is a filthy hack to work around Apple bug 32073323 (dup'd by us as 47526107).
// Remove it when they finally fix this upstream and the fix has been rolled out to
// sufficient quantities of users.
exit(0)
#endif
On macOS only, if you stop and then immediately (within 5 seconds) start a packet tunnel provider, the provider will spontaneously stop about 20 seconds later.
@keeshux keeshux added the bug Something isn't working label Jan 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant