Hello, I'm having the following issue with Flex Builder 3...
When I try to connect using a RemoteObject it will work 85% of the time, but sometimes it will hang and die without returning a fault. Here's what I figured out so far: 1) the problem did not happen with the same code when compiled against Flex 2 SDK. 2) it seems to happen more often in Firefox vs. Internet Explorer 3) it seems to happen more often on slower connections 4) I'm using the most current flash player and Flex 3 SDK 5) I'm suing the most current beta version of AMFPHP to connect to on the back end. 6) There does not seems to be any setting I can set in the services-config.xml (and related) files that will affect the problem (tried various timeouts, etc). 7) when I run the logger, the last message I get before it dies is something like "...mx.messaging.Channel 'null' pinging endpoint". I get this message when it goes though correctly, however it quickly continues on. 8) As far as I can tell, it does not ever make it back to the server (I could be wrong on this, but I see no messages in the AMFPHP debug directories) 9) When it freezes, I cannot re-send the message or initiate another connection. 10) We are using the latest version of Cairngorm to send the messages via the delegates. So, I'm not sure where exactly the problem is. I don't think it's my server setup, since it works fine compiled against flex 2 sdk. Could be something with the flash player, or firefox, or Cairngorm in flex 3?? Has anybody experienced this issue, and if so, can you either shed more light on the problem, or let me know how to solve it. Any thoughts? Thanks, -Todd

