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

SocketException: Failed to create datagram socket (OS Error: Cannot assign requested address, errno = 99), address = 146.59.158.195, port = 6001 #19

Open
jigarmistry opened this issue Oct 29, 2022 · 2 comments

Comments

@jigarmistry
Copy link

I am getting this error when calling below code

var ipAddress = InternetAddress("146.59.158.195");

var port = const Port(6001);

var multicastEndpoint = Endpoint.unicast(ipAddress, port: port);

var receiver = await UDP.bind(multicastEndpoint);

var sender = await UDP.bind(Endpoint.any());
@Durgeshsinghn70
Copy link

Hi @jigarmistry
Did you get any solution for your error?

@jigarmistry
Copy link
Author

Nope

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

2 participants