Skip to content
Snippets Groups Projects
Commit 783755c1 authored by adfis's avatar adfis
Browse files

HW 2 - SERVER

parent fbcbded5
No related branches found
No related tags found
No related merge requests found
......@@ -59,7 +59,7 @@ public class FisherServer {
// Made a loop counter for server to stop after 10 pings with client
while (serverLoopCount <= 10) {
// block until connected to a client
// block until connected to the client
try ( Socket clientConnectionSocket = serverSocket.accept()) {
// Now hook everything up (i.e. set up the streams), Java style:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment