Thread Management Test - rsanchez-wsu/jfiles GitHub Wiki

The JFiles program shall be able to have multiple clients connected to server at the same time. The following tests should be run by the programmer PRIOR to pushing the branch to Github or merging with another branch.

  • Connect to the server with multiple clients
    • Expected Outcome: The server should start a new thread for each client. Each client should be able to send and receive files from the server without error.

When modifying the code, the program must be able to pass ALL of these tests before pushing to Github. If it does not, PLEASE specify this in the commit and explain the situation.