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

Tell the user the address that failed to connect. #1007

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

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.

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.

1 participant