multiclient

  1. aminoacid

    B4J Code Snippet TCP Server - Supports multiple Clients

    Here is a complete TCP Sever that supports more that one client connection simultaneously. The code is self explanatory. Enjoy!
  2. A

    B4J Question ServerSocket and Multi Client Problem

    Hi I create a ServerSocket and connect with two client to server I can send messages from clients to server, but i can't find who is sending the message and can't answer to client! is there any way that astreams_NewData event show sender socket object?
Top