> Ok, the "other" application, in this scenario the server has a
> OnDataAvailable event where the first statement is a OutputDebugString
> command so I can see with Sysinternal's DbgView which messages are
> written and which not. In the good case the message can be seen in the
> bad one it's missing in the debug view so it didn't happen.
>
> What happens between WinSock and TWSocket? Where could it go lost? It
> hat the correct line end (#7, #8, #9, #0A #0D in my case).

You should place your OutputDebugString in TWSocket, at the lowest level.
That is in TCustomWSocket.WMAsyncSelect, for example just before Do_FD_READ
is called.

WMAsyncSelect is the nearly the lowest level just above WinSock. The actual
lowest level is TCustomWSocket.WndProc which receive the messages dispatched
by WinSock.

I suggest you single step the code to try to understand why OnDataAvailable
is not triggered.

--
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

Reply via email to