Im officially stumped I have 7 hours on this now and am still able to make little progress on this. i have rebuilt the whole server hoping I missed something, but apparently its me. I don't understand where I'm going wrong but the output is showing below... 130 is referring to Objectoutput.writeObject(hostName + ": " + m); I have tried correcting it with no prevail If anyone can help that would be amazing.. When I start the server up and then the client everything seems to go fine at first than I get the ERROR(S) I put below on serverSide
As well when activating the Microphone and sending the sound file I am receiving this Error which I don't understand entirely, but am pretty positive its related to the first problem as well its pointing to the client-side
message = (String) Objectinput.readObject();
Im going to post my code with the server first following the client
CLIENT SIDE BELOW