Re: Cancel socketTimeout? - never mind

2004-07-26 Thread John Rule
Actually, it was something else entirely...and it wasn't the engines fault! JR > Date: Sun, 25 Jul 2004 20:53:09 -0400 > From: Troy Rollins <[EMAIL PROTECTED]> > Subject: Re: Cancel socketTimeout? > To: How to use Revolution <[EMAIL PROTECTED]> > Message-ID: &l

Re: Cancel socketTimeout?

2004-07-25 Thread Troy Rollins
The engine keeps closing valid connections on me! Now that is weird. My guess is that you have something like - on socketTimeOut socketID close socket socketID end socketTimeOut Don't do that. ;-) -- Troy RPSystems, Ltd. http://www.rpsystems.net ___

Re: Cancel socketTimeout?

2004-07-25 Thread Dar Scott
On Jul 25, 2004, at 2:42 PM, John Rule wrote: Is there any way to cancel a socketTimeout? I think you can cancel the message. The info you need is in pendingMessages. However, this may not do what you want. I keep getting (in my opinion) invalid socketTimeout error messages. Can I make the engi

Re: Cancel socketTimeout?

2004-07-25 Thread Björnke von Gierke
You can set the sockettimeoutinterval to a bigger value, or just ignore the message. The timeout message does not close the socket, it just gets repeatedly send when a write or read has not finished. On Jul 25 2004, at 22:42, John Rule wrote: Is there any way to cancel a socketTimeout? I keep ge