posted 17 years ago
Hi,
I wrote a simple Server/Client chat program. But there is a problem Server always write after client writes something and client always write after server writes something. Because in my while loop first takes from other part(Server or Client) then write.
But i want to write and read at the same time like Msn messenger. So I wrote this code. When i run the server part, server waits for client but when client comes, there is an error like this:
Started: ServerSocket[addr=0.0.0.0/0.0.0.0,port=0,localport=8083]
Acceptted: Socket[addr=/127.0.0.1,port=4500,localport=8083]-->inetAddress:/127.0.0.1
constructor ici:/127.0.0.1
hazir:false
Read class READ error:socket closed
This is my code: Where is wrong? Thanks...
---------------------------------------------------------------------