Thanks Wilfried

The app uses a main form with some buttons for the user to log in and
send packets, but there is no additional message pumping going on.  It
only happens on one particular packet type they send so I'm hoping
it's them



On 26/09/2007, Wilfried Mestdagh <[EMAIL PROTECTED]> wrote:
> Hello David,
>
> > On a certain XML packet/event I'm getting duplicates (x3).  It may
> > well be that they are sending the same packet multiple times but I
> > wondered if it's anything I am doing that could cause this?
>
> Something that can cause this (and other strange behaviour) is if you
> call direct or indirect the message pump in the OnDataAvailable (or any
> other) event.
>
> Note that showing a modal form or a menu and so is also pumping
> messages.
>
> Also to be sure, you can download SocketSpy (on user made page) and
> 'hang' it between your server and client. Then you can see exact what is
> sent. If it appears there also 3 times then the server is really sending
> it 3 times.
>
> ---
> 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
>
-- 
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

Reply via email to