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

udp_server: fix crash when dialog opens for the first time #1002

Merged
merged 1 commit into from
Nov 10, 2024

Conversation

trnila
Copy link
Contributor

@trnila trnila commented Sep 1, 2024

UDP server dialogue crashes when theres no protocol stored in settings, as the default is wrongly "JSON", but it should be "json".

This patch uses default "json" even when there is wrong protocol in settings to prevent further crashes.

Fixes #992

UDP server dialogue crashes when theres no protocol stored in settings,
as the default is wrongly "JSON", but it should be "json".

This patch uses default "json" even when there is wrong protocol in
settings to prevent further crashes.
@craipy-hub
Copy link

Thank you very much, quite useful

@facontidavide facontidavide merged commit 107252d into facontidavide:main Nov 10, 2024
1 check passed
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.

Crash on Start UDP Server
3 participants