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

Wrong Service type in WifiRegisterExample #22

Open
Soggy-Pancake opened this issue Apr 7, 2023 · 2 comments
Open

Wrong Service type in WifiRegisterExample #22

Soggy-Pancake opened this issue Apr 7, 2023 · 2 comments
Labels
topic: documentation Related to documentation for the project type: imperfection Perceived defect in any part of project

Comments

@Soggy-Pancake
Copy link

The example starts out with udp as the protocol used for mDNS but when registering the service it tries to use TCP which will cause it to crash

image

image

@per1234 per1234 added type: imperfection Perceived defect in any part of project topic: documentation Related to documentation for the project labels Apr 7, 2023
@matthewgream
Copy link

This is not a bug. Multicast DNS uses UDP for communication. This example sets up a TCP based server on port 80, then uses MDNS to advertise that TCP service on port 80. This is not a bug and will not crash. You do not understand networking.

@MicSG-dev
Copy link

I think this issue can now be closed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic: documentation Related to documentation for the project type: imperfection Perceived defect in any part of project
Projects
None yet
Development

No branches or pull requests

4 participants