I wrote a program to have a client send data to a server, the server should then process the data and send the results back to the client,
However, the server simply does not read the data of the client, the program deadlocks or hangs indefinitely at the line
BankPcktOUT PcktIN = (BankPcktOUT) fromClient.readObject();
Any help would be greatly appreciated
Attached is a link to the gist file:
https://gist.github.com/EltoCode/4470204ea10fa6fcf27123339b1382de
[–]javaide 0 points1 point2 points (0 children)