Hi John,
Before any else i like to thank you by your concern and help.
Answering to your questions:
Yes, i'm sending data after connection established.
No, onConnect is not fired. Not that neither any else like Receive, etc.
I understand that is no use to send data before connection established.
As mentioned in my last post, i have the same app using telnet component and all events works fine.
Maybe i'm wrong about it but i think the event driven mechanism is generic for all lnet components, like telnet, tcp, udp, etc. So, if telnet works, tcp should work too!?
Before you ask for, let me say my program is receiving by pooling methode and the connection is madded by a state machine inside of a timer with 500mS TICK.
The reason is working is because my module running as a server answers to the commands i send by my program.
They are some properties or something i have to config to get event driven working ?
P.S. You know if exists a lnet user manual?
Thanks again,
Jo