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

🐛 Correctly call bind only when necessary #16

Merged
merged 2 commits into from
Aug 13, 2024
Merged

Conversation

OlivierLDff
Copy link
Owner

@OlivierLDff OlivierLDff commented Aug 13, 2024

Lots of behavior changed with Qt6, the QUdpSocket API was badly use.
This PR fixes the tests, but keep in mind the library is in maintenance
mode and as some big design flaw, due to my bad understanding of socket
communication back in the day.

Important: This PR introduce ipv4 only support for binding, because I'm lazy.

Lots of behavior changed with Qt6, the `QUdpSocket` API was badly use.
This PR fixes the tests, but keep in mind the library is in maintenance
mode and as some big design flaw, due to my bad understanding of socket
communication back in the day.
@OlivierLDff OlivierLDff linked an issue Aug 13, 2024 that may be closed by this pull request
@OlivierLDff OlivierLDff merged commit 7c50285 into main Aug 13, 2024
8 checks passed
@OlivierLDff OlivierLDff deleted the fix-qt6-behavior branch August 13, 2024 15:29
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.

🐛 Fix Qt6 unit tests
1 participant