Skip to content

Conversation

@jeanbza
Copy link

@jeanbza jeanbza commented Dec 13, 2024

Current:

Caused by: org.zeromq.ZMQException: blah-blah : Address not available

Yes, but which address??

New error (I think?):

Caused by: org.zeromq.ZMQException: failed connecting to 0.0.0.0:5678: blah-blah : Address not available

Current:

```
Caused by: org.zeromq.ZMQException: blah-blah : Address not available
```

Yes, but _which_ address??

New error (I think?):

```
Caused by: org.zeromq.ZMQException: failed connecting to 0.0.0.0:5678: blah-blah : Address not available
```
@jeanbza jeanbza marked this pull request as ready for review December 13, 2024 21:10
@jeanbza
Copy link
Author

jeanbza commented Dec 13, 2024

I'm new-ish to github, and have no clue if builds/tests are running on this PR. Sorry if I should have waited for them before sending out for review.

@fbacchella
Copy link
Contributor

I think you should use the name variable instead of addrStr

@jeanbza
Copy link
Author

jeanbza commented Oct 29, 2025

I think you should use the name variable instead of addrStr

Sorry, could you share more? What is name and what would it look like in comparison to addrStr?

@fbacchella
Copy link
Contributor

Just look at the argument of the function:

public InetSocketAddress resolve(String name, boolean ipv6, boolean local)

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.

2 participants