Hi Tobi,

I have not a really good idea. But you can try to catch the error in the
callback function, this should help to minimize the stacktrace:

var rpc = myapp.RpcServer.getInstance(); 
  var root = this.getRoot(); 
  rpc.callAsync(function(cfg){ 
      try {
        root.add(new myapp.Desktop(cfg));
      } catch (ex) {
         qx.log.Logger.error(ex);
      }
  },'getConfig');

Other/better ideas are welcome.

Cheers,
Chris



--
View this message in context: 
http://qooxdoo.678.n2.nabble.com/errors-in-rpc-callbacks-tp7585080p7585081.html
Sent from the qooxdoo mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to