-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Description
Hello, i was tried your code, and i think that i find a bug. In the line 66 from Server.java, you call the run function, and you should run the start function. If you make a loop in the socket thread the server not running any more.
Change:
socketServerReplyThread.run();
For:
socketServerReplyThread.start();
Thanks!
Metadata
Metadata
Assignees
Labels
No labels