Skip to content

Fix app hang from ProcessInfo.hostName triggering blocking DNS#401

Merged
saeedvaziry merged 2 commits intomainfrom
fix-app-hang-from-pr
May 9, 2026
Merged

Fix app hang from ProcessInfo.hostName triggering blocking DNS#401
saeedvaziry merged 2 commits intomainfrom
fix-app-hang-from-pr

Conversation

@saeedvaziry
Copy link
Copy Markdown
Member

Replaces ProcessInfo.processInfo.hostName in PaneOwnershipStore with SCDynamicStoreCopyComputerName to avoid
blocking the main thread on synchronous reverse-DNS resolution (Sentry MUXY-DESKTOP-5).

The user-facing computer name is read from the local SystemConfiguration store with no network I/O.

saeedvaziry and others added 2 commits May 9, 2026 17:25
Replaces ProcessInfo.processInfo.hostName in PaneOwnershipStore with SCDynamicStoreCopyComputerName to avoid
  blocking the main thread on synchronous reverse-DNS resolution (Sentry MUXY-DESKTOP-5).

  The user-facing computer name is read from the local SystemConfiguration store with no network I/O.
@saeedvaziry saeedvaziry merged commit f86fba9 into main May 9, 2026
1 check passed
@saeedvaziry saeedvaziry deleted the fix-app-hang-from-pr branch May 9, 2026 15:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant