Hi, i have a TCP server with bind on 55000 port and two (or more) client that send message on the same socket (port).
How i can have a handler that receive all incoming client tcp message? thank you
Hi, i have a TCP server with bind on 55000 port and two (or more) client that send message on the same socket (port).
How i can have a handler that receive all incoming client tcp message? thank you