Skip to content

Fix process exit after automatic browser launch#232

Merged
mortenn merged 1 commit intomainfrom
fix/issue-227-process-exit
Mar 17, 2026
Merged

Fix process exit after automatic browser launch#232
mortenn merged 1 commit intomainfrom
fix/issue-227-process-exit

Conversation

@mortenn
Copy link
Owner

@mortenn mortenn commented Mar 17, 2026

Summary

  • Avoid showing the picker window after an automatic browser selection already launched the target browser.
  • Route automatic-launch shutdown through the normal app shutdown path so background tasks are cancelled consistently.
  • Fixes Process does not exit after sending url to browser #227.

Test plan

  • dotnet build "src/BrowserPicker.App/BrowserPicker.App.csproj" -p:Version=1.0.0
  • Manually verify the Outlook/Slack link path no longer leaves BrowserPicker running after auto-launch.

Route automatic-launch shutdown through the normal app shutdown path so the process exits cleanly. Fixes #227.

Made-with: Cursor
@mortenn mortenn merged commit f51ec69 into main Mar 17, 2026
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.

Process does not exit after sending url to browser

1 participant