Skip to content

fix(listener): keep UI inactive and show MessageBox when UDP bind fails - #145

Merged
boexler merged 1 commit into
masterfrom
142-listener-shows-active-in-ui-when-socket-fails-to-open-address-already-in-use
Feb 2, 2026
Merged

fix(listener): keep UI inactive and show MessageBox when UDP bind fails#145
boexler merged 1 commit into
masterfrom
142-listener-shows-active-in-ui-when-socket-fails-to-open-address-already-in-use

Conversation

@boexler

@boexler boexler commented Feb 2, 2026

Copy link
Copy Markdown
Owner
  • Add StartListeningAsync returning StartListeningResult; only set IsListening when at least one port started
  • Use AsyncRelayCommand for Start Listening; show MessageBox on failure with error details
  • Add PortProcessResolver (Windows) to show process name and PID when port is in use
  • Add StartListeningResult model, Error_StartingListenerCaption and Status_* resources, UdpLogReceiverServiceTests

Fixes #142

- Add StartListeningAsync returning StartListeningResult; only set IsListening when at least one port started
- Use AsyncRelayCommand for Start Listening; show MessageBox on failure with error details
- Add PortProcessResolver (Windows) to show process name and PID when port is in use
- Add StartListeningResult model, Error_StartingListenerCaption and Status_* resources, UdpLogReceiverServiceTests

Fixes #142
@boexler
boexler merged commit d93c96e into master Feb 2, 2026
2 of 3 checks passed
@boexler
boexler deleted the 142-listener-shows-active-in-ui-when-socket-fails-to-open-address-already-in-use branch May 5, 2026 14:53
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.

Listener shows active in UI when socket fails to open (address already in use)

1 participant