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

core: always convert hostname to IP for UDP remotes #2440

Merged
merged 1 commit into from
Nov 15, 2024

Conversation

julianoes
Copy link
Collaborator

Otherwise we end up with two connections, one for the hostname that we add and one for the IP where we receive messages from.

Fixes mavlink/MAVSDK-Java#182.

Otherwise we end up with two connections, one for the hostname that we
add and one for the IP where we receive messages from.
Copy link

sonarcloud bot commented Nov 14, 2024

Quality Gate Failed Quality Gate failed

Failed conditions
C Reliability Rating on New Code (required ≥ A)

See analysis details on SonarQube Cloud

Catch issues before they fail your Quality Gate with our IDE extension SonarQube for IDE

@julianoes julianoes merged commit 1e0a29e into main Nov 15, 2024
38 of 39 checks passed
@julianoes julianoes deleted the pr-hostname-to-ip branch November 15, 2024 00:14
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.

MavSDK-JAVA v2.0.1, INVALID_SEQUENCE for uploading mission with MissionRaw -- Kotlin Android
2 participants