> Do the OnSessionConnected, OnSessionClosed and OnDataAvailable
> events run in their own threads?
No, TWSocket does not use any threads. Windows does internally, but that is
transparent to a Delphi application.
All events are called in the context of the thread in which the component is
cr
Hi
I have been having a considerable number of problems using TWSocket all of
them mine, so I have a number a simple question/s
Do the OnSessionConnected, OnSessionClosed and OnDataAvailable events run
in their own threads? This has serious ramifications on how the app is
written (as I have disc