Differences between componentMy.java and componentMy.java.MODIFIED 101a102 > mEncoder.sendMsg(kvResult, component.getOutputStream()); /* MODIFIED */ 158c159,161 < msgReceived = br.readLine(); --- > > //msgReceived = br.readLine(); /* MODIFIED - Something caused this to hang, had to comment it out*/ > 177a181 > mEncoder.sendMsg(kvResult, component.getOutputStream()); /* MODIFIED */ 259,260c263 < if(component != null) < mEncoder.sendMsg(kvResult, component.getOutputStream()); --- > mEncoder.sendMsg(kvResult, component.getOutputStream()); 280c283,285 < catch(Exception e){} --- > catch(Exception e){ > System.out.println("Exception in sendCourseSelection " + e.getMessage()); > }