Re: RPC AsyncCallback freezes chrome

2013-07-06 Thread fenyoapa
Sorry I can't, It runs behind a VPN in a special environment and it is property of our customer.. 2013. július 2., kedd 22:07:53 UTC+2 időpontban Ed a következőt írta: Can you please isolate your problem in a stand alone gwt app? If it then still occurs, could you please submit it as an gwt

Re: RPC AsyncCallback freezes chrome

2013-07-06 Thread Ed Bras
Sorry I can't, It runs behind a VPN in a special environment and it is property of our customer.. Why not? I just make your own gwt app that shows the issue (no client code, no vpn). I don't understand what this has to do with vpn or customer code? -- You received this message because you

Re: RPC AsyncCallback freezes chrome

2013-07-06 Thread fenyoapa
Ok, then I don't understand what do you mean on isolate your problem in a stand alone gwt app. I can provide short code snippets (as I did above) but I can't provide a working gwt app with which the problem can be seen because of the points I wrote. Or, maybe I can package the whole app and

Re: RPC AsyncCallback freezes chrome

2013-07-06 Thread Vassilis Virvilis
Hi, Here what I would do. At every step you should verify that the problem exists. 1. Copy/clone your application to GWTBugTest application 2. Get rid of all client (GWT compiled) code that does not trigger the problem 3. When you have a reliable way to trigger the problem try to put it as a

Re: RPC AsyncCallback freezes chrome

2013-07-06 Thread mdwarne
You say you have many other RPC calls etc. Since a few RPC calls can be active in parallel, some may return with a response before others…. It could be one of the other RPC calls is causing the problem perhaps the code is in an endless loop. So the browser can never respond to the

Re: RPC AsyncCallback freezes chrome

2013-07-06 Thread Ed
*@Vassilis: beautiful spoken :) **Thanks.* -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscr...@googlegroups.com. To post to this

Re: RPC AsyncCallback freezes chrome

2013-07-02 Thread Ed
Can you please isolate your problem in a stand alone gwt app? If it then still occurs, could you please submit it as an gwt issue in the issue tracker? Thanks. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To unsubscribe from this group

Re: RPC AsyncCallback freezes chrome

2013-07-01 Thread markmccall
We are seeing a very similar behavior in our application as well. CPU hits 13% and stays steady. Opening the Chrome Dev Tools when this happens does not work. Refreshing the page to reload the application does not work. If I move to another browser tab and then come back the page will go

RPC AsyncCallback freezes chrome

2013-05-27 Thread fenyoapa
Hi, I wrote this in the issue tracker but I was redirected to here. Found in GWT Release (2.5.1, 2.5.0.rc1) Encountered on OS / Browser (Win7, Google Chrome): Detailed description: Dear folks, we have a complex and large gwt app with many rpc calls. In Google Chrome, there are some rpc call