You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#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.
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: