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

fix: udp socket bind issues in windows/mac #421

Merged
merged 1 commit into from
Jan 23, 2025

Conversation

mfontanini
Copy link
Owner

It looks like mac and windows can't bind to 127.255.255.255, whereas this works in linux. For now those 2 will bind to 127.0.0.1, which means you won't be able to run more than one presentation using speaker notes at the same time, which is anyway something that should never happen in practice.

@mfontanini mfontanini merged commit 6a494c6 into master Jan 23, 2025
6 checks passed
@mfontanini mfontanini deleted the fix/non-linux-socket-bind branch January 23, 2025 00:19
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.

1 participant