Re: Long-Polling hangs in IE6/7

2008-11-08 Thread Thomas Broyer
On 8 nov, 00:24, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Hi Thomas, > > That sounds reasonable. How can I make the GWT-RPC method return a > Request? Er, well, just make it return a Request instead of void! Read more about it in the Asynchronous Interfaces section of: http://code.goog

Re: Long-Polling hangs in IE6/7

2008-11-07 Thread [EMAIL PROTECTED]
Hi Thomas, That sounds reasonable. How can I make the GWT-RPC method return a Request? -Severin On Nov 7, 10:00 am, Thomas Broyer <[EMAIL PROTECTED]> wrote: > On 7 nov, 15:20, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> > wrote: > > > > > Hi, > > > I have the following problem: I have a chat-like c

Re: Long-Polling hangs in IE6/7

2008-11-07 Thread Thomas Broyer
On 7 nov, 15:20, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Hi, > > I have the following problem: I have a chat-like component on page A, > and the same component on page B. The chat works by long-polling i.e. > the client is making a GWT-RPC call to a function get() and then is > waiting o

Long-Polling hangs in IE6/7

2008-11-07 Thread [EMAIL PROTECTED]
Hi, I have the following problem: I have a chat-like component on page A, and the same component on page B. The chat works by long-polling i.e. the client is making a GWT-RPC call to a function get() and then is waiting on the server until a new message arrives. When a message arrives the call re