[twsocket] wierd sequence in event firing of TWSocket

2006-01-16 Thread Wilfried Mestdagh
Hello,

Anyone ever seen this sequence ?

1/14/2006 11:25:58 PM OnDataSent
1/14/2006 11:25:58 PM OnSessionClosed with error: 10053
1/14/2006 11:25:58 PM Sending TCP packet 
1/14/2006 11:25:58 PM OnSessionClosed with error: 10054
1/14/2006 11:25:58 PM OnDataSent
1/14/2006 11:26:03 PM DNSLookup for ...

The 'Sending TCP packet' is for sure a bug in my application, but
OndataSent is fired !  Also I have 2 OnSessionClose !

There is only 1 socket in this application. It is developed in D7 and
TWSocket version is 5.16.

They have VPN connection troush internet, and the VPN is etablished by
the router, not the machine where app runs on. Waht I dont know is if
they have some kind of obscure (software) firewall on their machine,
because I have seen firewalls giving obscure winsock behaviour.

--
Rgds, Wilfried
http://www.mestdagh.biz

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


Re: [twsocket] wierd sequence in event firing of TWSocket

2006-01-16 Thread Francois Piette
Wierd sequence may be produced when you call the message pump from a socket 
event.

--
Contribute to the SSL Effort. Visit
http://www.overbyte.be/eng/ssl.html
--
[EMAIL PROTECTED]
Author of ICS (Internet Component Suite, freeware)
Author of MidWare (Multi-tier framework, freeware)
http://www.overbyte.be


- Original Message - 
From: Wilfried Mestdagh [EMAIL PROTECTED]
To: ICS support mailing twsocket@elists.org
Sent: Monday, January 16, 2006 10:51 AM
Subject: [twsocket] wierd sequence in event firing of TWSocket


 Hello,
 
 Anyone ever seen this sequence ?
 
 1/14/2006 11:25:58 PM OnDataSent
 1/14/2006 11:25:58 PM OnSessionClosed with error: 10053
 1/14/2006 11:25:58 PM Sending TCP packet 
 1/14/2006 11:25:58 PM OnSessionClosed with error: 10054
 1/14/2006 11:25:58 PM OnDataSent
 1/14/2006 11:26:03 PM DNSLookup for ...
 
 The 'Sending TCP packet' is for sure a bug in my application, but
 OndataSent is fired !  Also I have 2 OnSessionClose !
 
 There is only 1 socket in this application. It is developed in D7 and
 TWSocket version is 5.16.
 
 They have VPN connection troush internet, and the VPN is etablished by
 the router, not the machine where app runs on. Waht I dont know is if
 they have some kind of obscure (software) firewall on their machine,
 because I have seen firewalls giving obscure winsock behaviour.
 
 --
 Rgds, Wilfried
 http://www.mestdagh.biz
 
 -- 
 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
-- 
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


Re: [twsocket] wierd sequence in event firing of TWSocket

2006-01-16 Thread Wilfried Mestdagh
Hello Francois,

 Wierd sequence may be produced when you call the message pump from a socket 
 event.

No just found it. See my other mail. It is because my application was
sending a packet from IN the OnSessionClose.

---
Rgds, Wilfried [TeamICS]
http://www.overbyte.be/eng/overbyte/teamics.html
http://www.mestdagh.biz

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