[flexcoders] Channel Disconnected (Stumped!)

2010-05-27 Thread Stephen
Channel Disconnected Before An Acknoledgement was recicved! at createView_clientsResult.token = ... Anyone advise notice something wrong? protected function manageClientData(event:ClientEvent):void { // build client view object to add or update. var obj:View_clients = new

Re: [flexcoders] Channel Disconnected (Stumped!)

2010-05-27 Thread Oleg Sivokon
This would usually mean that you are not specifying a correct URL of where you are trying to connect to doesn't exist, or you are offline :) or some other major error not related to processing of data, but to its delivery. You should really try Charles web proxy. It shows all the communication