> I am using TWSocketServer to listen and connect to Rabbit Controllers > (clients). I can establish a connection but I do not receive the subsequent > strings, nor can I send any strings. The OnSendData event does not even > trigger when I use the SendStr method of the server instantiated client. Any > ideas?
A frequent error is to think about the server socket which is litening. Connections events such as OnDataAvailable are triggered on behalf of the socket instanciated by TWSocketServer for a given client (one for each client). Have a look at the various server demos availables in ICS (More demos are in V5 and reusable with mostly no change in V6 and V7). -- francois.pie...@overbyte.be Author of ICS (Internet Component Suite, freeware) Author of MidWare (Multi-tier framework, freeware) http://www.overbyte.be -- To unsubscribe or change your settings for TWSocket mailing list please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be