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 crash in release mode for mdns example #16

Merged
merged 1 commit into from
Dec 17, 2023

Conversation

mon
Copy link
Contributor

@mon mon commented Nov 28, 2023

control_buffer was going out of scope

Closes #14

control_buffer was going out of scope

Closes bltavares#14
@bltavares
Copy link
Owner

bltavares commented Nov 29, 2023 via email

@bltavares
Copy link
Owner

Sorry for taking too long to merge it, but I've tested it on my Windows dev enviroment and it looks good.

I might want to rethink how this code works so the control buffer moves along with the WSABuf so it does not happen again, but for now it's great. Thank you for your contribution.

@bltavares bltavares merged commit 7db7ac8 into bltavares:master Dec 17, 2023
13 of 14 checks passed
@bltavares
Copy link
Owner

Published multicast-socket v0.3.1

@mon mon deleted the fix-scope branch December 18, 2023 01:39
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.

mdns example panics on Windows in release mode, but not in debug mode
2 participants