EsotericSoftware / EsotericSoftware/kryonet

Not able to find anyone when discovering hosts

Open
#45 4 comments 0 reactions 0 assignees View on GitHub
bug imported Priority-Medium
Dominant language
Java
Stars
1.9k
Forks
411
PR merge metrics
No merged PRs in 30d

Description

_From [felix.ne...@gmail.com](https://code.google.com/u/105313674296261716845/) on October 27, 2013 17:13:03_

What steps will reproduce the problem?

1. Code:
Server server = new Server();
server.start();
server.bind(17771, 5000);

Client client = new Client();
List<InetAddress> addresses = client.discoverHosts(17771, 5000);
System.out.print(addresses);

2. Run Code on two Computers which are in the same network
3. Both PCs are able to create, start and bind the servers (without any errors)
4. Both PCs print [](Empty list). Also, when I press a refresh button (which executes
"List<InetAddress> addresses = client.discoverHosts(17771, 5000);
System.out.print(addresses);"
after the Servers were created on both PCs) then I get a "[]" message again. No Hosts found...

Help is appreciated :)

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?

Please provide any additional information below.

_Original issue: http://code.google.com/p/kryonet/issues/detail?id=44_

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.