Skip to content

Fix error #1

@sebest06

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!

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