Damien Wright wrote: > I looked through the source and can see in the TriggerSessionAvailable > handler the line If Error <> 0 then Exit; > > And this is done before the construction of a 'client socket' object > with which to handle the connection and also prior to the point where > the OnClientConnect method is called. > > So I am guessing an error is being passed in the LParam of the > message. Hopefully by attaching the OnSessionAvailable event we might > be able to capture what this error is and the be able to understand > why this site has a particular problem.
If that actually happens it's definitely not an application issue. According to the Microsoft docs there is just one possible error: WSAENETDOWN "The network subsystem failed". http://msdn.microsoft.com/en-us/library/ms741540.aspx -- Arno Garrels -- 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