.
Thanks for listening,
Robert
--- On Fri, 6/5/09, robertoschler wrote:
> From: robertoschler
> Subject: Re: [twsocket] TWSocket stops receiving where TClientSocket just
> keeps going
> To: "ICS support mailing"
> Date: Friday, June 5, 2009, 8:40 PM
>
> Hello
> Subject: Re: [twsocket] TWSocket stops receiving where TClientSocket just
> keeps going
> To: "ICS support mailing"
> Date: Friday, June 5, 2009, 8:10 PM
>
> Hello again Wilfried,
>
> A little extra data. My Data Available event handler
> grabs the number
ideas what could cause that to happen?
Thanks,
Robert
--- On Fri, 6/5/09, robertoschler wrote:
> From: robertoschler
> Subject: Re: [twsocket] TWSocket stops receiving where TClientSocket just
> keeps going
> To: "ICS support mailing"
> Date: Friday, June 5, 200
reaming server would go dead after receiving successfully for a short time?
Thanks for your help,
Robert
--- On Fri, 6/5/09, Wilfried Mestdagh wrote:
> From: Wilfried Mestdagh
> Subject: Re: [twsocket] TWSocket stops receiving where TClientSocket just
> keeps going
> To: "
Maybe you should create an exception handler by assigning OnBgException event -
unhandled excepion is the frequent reason of strange behaviors in async
applications. You can also indeed sniff the data transferred - I recommend
SmSniff, which is as simple as it could be.
--
Anton
--
To unsubscr
Hello Robert,
To be absolutely sure if it is the sending or receiving application I
suggest you put SocketSpy between it. You find it on user made page.
Then we are sure in wich application is a bug and we can search deeper.
---
Rgds, Wilfried [TeamICS]
http://www.overbyte.be/eng/overbyte/teamics
I have an application that opens an outgoing connection to an MJPEG streaming
server (server push using MIME multi-part boundary method). With my TWSocket
code, I connect fine and then I get an arbitrary number of frames until the
connection appears to stop receiving data, permanently. The da