That's great, thanks. I've got it working fine.
I'm not having a problem getting the outPutStream working. Is that a similar method using CRLF to show that the data has ended.
I changed it to this.
BufferedWriter out = new BufferedWriter(new OutputStreamWriter(server.getOutputStream()))...
I'm working on a socket server to instantly receive data from multiple clients, manipulate the data and instantly send it to each of the client connected.
I assumed Java was the simplest as it's the only one I've had minor experiences with.
The problem is, when data is sent, it's stored in the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.