You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Run Code on two Computers which are in the same network
Both PCs are able to create, start and bind the servers (without any errors)
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?
From felix.ne...@gmail.com on October 27, 2013 17:13:03
What steps will reproduce the problem?
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);
"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
The text was updated successfully, but these errors were encountered: