> When I send a GET command with login/password, I see that the command is
> sended first without login/password then (less than 1 second after) with
> the Authorization field correctly filled.
>
> Do you have an idea about this ?
That's the expected behaviour. The server has to tell the client ab
Hi all,
When I send a GET command with login/password, I see that the command is
sended first without login/password then (less than 1 second after) with
the Authorization field correctly filled.
Do you have an idea about this ?
Thank you
JP Passama
--
To unsubscribe or change your settings
Adding ICSSocket_Sending.Close as shown below solves the lockup problem:
for i := Pred(slMessagesToSend.Count) downto 0 do
slMessagesToSend.Delete(i);
ICSSocket_Sending.Close; //Voila!
The information transmitted is intended only for the person or entity to
which it is addressed and may c
Oops, I left out a part:
{ Called by SendMessageToRealTime() }
procedure TfClientMain.ICS_SendString(AMessageToSend: String);
begin
try
ICSSocket_Sending.SendStr(AMessageToSend);
except
on E: Exception do begin
ShowMessage(Format('%s: %s', [E.ClassName, E.Message]));
Client
I am successfully sending messages from my Client MIDAS app to my Server
MIDAS app, but then the Client app locks up.
Here is my code:
1) The user (me) presses a button to send a message:
{ This is a test }
procedure TfClientMain.Button1Click(Sender: TObject);
begin
SendMessageToRealTime(1, Fo
Arnau Font wrote:
> My service is multithreaded, as I receive different TCP/IP
> connections. And,
> as it is a service, I have no forms, so I compiled the component (and
> its
> related units) with the NOFORMS directive (in fact, I've copied the
> files
> and deleted the lines accordingly).
Wh
Clay Shannon wrote:
>> <>
>>
>> Actually, it was a song AND a movie. I don't recall which one came
>> first, or if they were simultaneously released. I was also a young
>> teenager at the time.
I do not understand why you think that I could have something to do
with them. May be "Alice's Restaura
Greetings François,
Im currently developing a service that requires downloading a file from a
FTP.
Ive used your POP3 and SMTP components and they worked very well, so Im
trying your FTPClient component to do the download.
My service is multithreaded, as I receive different TCP/IP c
<>
Actually, it was a song AND a movie. I don't recall which one came first, or
if they were simultaneously released. I was also a young teenager at the
time.
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Darin McGee
Sent: Thursday, March 29, 2007 6:53
I think he meant the song by Arlo Guthrie (sic?)
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
On Behalf Of Arno Garrels
Sent: Thursday, March 29, 2007 3:34 AM
To: ICS support mailing
Subject: Re: [twsocket] Testing messages sent from client to server app
Clay Shann
10 matches
Mail list logo