Skip to content

Fix error #1

Description

@sebest06

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!

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions