Engi wrote: > Hi, > > I'm using a TWSocketServer in my main form. > The OnSessionClosed is always fired. > On the other hand, the OnSessionConnected is never fired, whereas > clients can connect to my server.
There's no event OnSessionConnected triggered when TWSocket is listening but OnSessionAvailable. This and other properties are available only since TWSocketServer is derived from TWSocket. > I have to know when server is ready to receive IP queries. > How could I do without this event ? Not sure what you mean, in order to check peer's IP use event on OnClientConnected. -- Arno Garrels [TeamICS] http://www.overbyte.be/eng/overbyte/teamics.html -- To unsubscribe or change your settings for TWSocket mailing list please goto http://www.elists.org/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be
