Skip to content
Snippets Groups Projects
Commit 88c1238f authored by Brutzman, Don's avatar Brutzman, Don
Browse files

explanatory comment

parent 79a6e7fe
No related branches found
No related tags found
No related merge requests found
......@@ -73,7 +73,7 @@ public class MulticastUdpReceiver
StringBuilder firstCharacters = new StringBuilder();
char nextChar;
while (true) {
while (true) { // true is always true, so this is an infinite loop that continues until interrupted
multicastSocket.receive(packet);
count++;
......
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