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

Jmdns java program does not terminate #219

Open
hpwit opened this issue Jan 30, 2021 · 0 comments
Open

Jmdns java program does not terminate #219

hpwit opened this issue Jan 30, 2021 · 0 comments

Comments

@hpwit
Copy link

hpwit commented Jan 30, 2021

Hello
I am running on Mac OS M1 Under IntellJ
This simple program does not terminate is this normal ?
when using the discovery example it works from time to time I don"t know why.
I am using JDK15
what am I doing wrong ?

public class Main {

public static void main(String[] args) {
    // write your code here
    System.out.println("e");
    try {
        JmDNS jmdns = JmDNS.create(InetAddress.getLocalHost());
    } catch (IOException e) {

    }

}

}

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

1 participant