Doug Billi wrote: > I've implemented a TWSocket client using a state machine, but after I > send the data using SendStr(), the OnDataSent() event gets fired > twice.
That is normal behaviour. After a Connect two select messages are received from winsock, FD_Connect and FD_Write. The latter triggers DataSent. Then after a Send DataSent triggers again. -- Arno -- 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