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

i tired to create a UDP socket using this code: #3861

Open
nedibr opened this issue Mar 4, 2020 · 9 comments
Open

i tired to create a UDP socket using this code: #3861

nedibr opened this issue Mar 4, 2020 · 9 comments

Comments

@nedibr
Copy link

nedibr commented Mar 4, 2020


but it doesn't appear to work

@buchwasa
Copy link

buchwasa commented Mar 4, 2020

same problem

@ssaini123456
Copy link

i am having the same issue

@ssaini123456
Copy link

found a fix, replace with




and make sure to use the package manager noinstall to get packages rather than noget, because noget is no longer supported. Hope this helps! ❤️

@nedibr
Copy link
Author

nedibr commented Mar 4, 2020

Amazing it worked! thanks!

@marius815
Copy link

You're a life saver!

@MichalRyzler
Copy link

Thanx god, I was just about to write some code but you saved me!

@The-MAZZTer
Copy link

Creating a UDP socket is out of scope for this project, it does support NOT creating a UDP socket, which can be done with the following code:

Please let us know if this works for you.

@ssaini123456
Copy link

@The-MAZZTer Assuming the user wants non blocking mode for the socket, your solution will not work.

@zanmato1984
Copy link

Try not creating a UDP socket and it will work just fine.

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

No branches or pull requests

7 participants