Hello! I am writing a program in which there is a server that waits for client connections and records the Connection List of connected clients (sockets). It is necessary for the server to then receive messages from one client and forward it to another (definite) client. te how to organize these working pairs? (client1-client2; client3-client4)
Client and server are written in Java ...