On Wednesday, June 20, 2012 5:54:53 PM UTC+2, Alex opn wrote: > > I know it's a pretty old thread but I just stumbled upon > http://code.google.com/p/google-web-toolkit/issues/detail?id=6685 in my > code. Are there any news about a patch for this or other suggestions how to > work around this except the ones in the bug report?
The only progress so far is that I added a TODO in the code: http://code.google.com/p/google-web-toolkit/source/browse/trunk/user/src/com/google/web/bindery/requestfactory/shared/impl/AbstractRequestContext.java?r=11004#1211 The idea is to avoid sending to the server those proxies that you no longer use, instead of removing them from the RequestContext. The ability to remove proxies from a given RequestContext would probably be needed in other cases, but as I said on the issue tracker, this is not as easy as it sounds. > -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/uZsYM9xPBtYJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
