[flexcoders] stopping a sevice call mid request

2009-04-20 Thread djepyon
I've tried combinations of stop() and disconnect() on HTTPService and nothing seems to do the trick. If a user a series of quick requests to a listing service I want to stop those that aren't the most recent. How can this be done? Thanks

RE: [flexcoders] stopping a sevice call mid request

2009-04-20 Thread Tracy Spratt
, April 21, 2009 12:12 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] stopping a sevice call mid request I've tried combinations of stop() and disconnect() on HTTPService and nothing seems to do the trick. If a user a series of quick requests to a listing service I want to stop those

RE: [flexcoders] stopping a sevice call mid request

2009-04-20 Thread Mark Easton
...@yahoogroups.com]on Behalf Of Tracy Spratt Sent: Tuesday, 21 April 2009 4:28 p.m. To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] stopping a sevice call mid request I am not sure that you can. After all, the call is asynchronous, you have sent it off to some place for handling. What