Re: [twsocket] Socket hanging at ntdll routine

2016-01-21 Thread Angus Robertson - Magenta Systems Ltd
> We have stumbled at a very strange issue with our software that > uses ICS as core for sockets. > This is not the first time that it happens and has happened in > different customers but it is kind of rare.. What happens is that > ASyncReceive routine from TCustomWSocket hangs in

Re: [twsocket] ICS V8.18 and ICS V5

2016-01-21 Thread Angus Robertson - Magenta Systems Ltd
> with the SslHttpClient we build a little Client with the > example-unit OverbyteIcsHttpsTst1. > > We compile under XE2 with ICS V8.16 (W2008 R2), ICS V8.18 (W2008 > R2) and Delphi 10 (Windows Server 2012R2) with V8.18 Seattle. > The web-service did not answers correct; > when we compile under

[twsocket] Fw: important message

2016-01-21 Thread dave.bevan
Hello! New message, please read dave.be...@ntlworld.com -- 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

[twsocket] 64-bit Bug in OverbyteIcsWndControl

2016-01-21 Thread Doug Billi
This is from the latest snapshot of ICS V8. procedure TIcsTimer.UpdateTimer; begin KillTimer(FIcsWndControl.Handle, UINT_PTR(Self)); if (FInterval <> 0) and FEnabled and Assigned(FOnTimer) then if SetTimer(FIcsWndControl.Handle, Cardinal(Self), FInterval, nil)